github.com/googleapis/api-linter@v1.65.2/docs/_sass/api-linter/tables.scss (about)

     1  .api-linter-rule-listing {
     2    width: 100%;
     3  
     4    @media (max-width: 1024px) {
     5      &.glue-table--datatable.glue-table--stacked {
     6        border-top: 0px;
     7      }
     8    }
     9  
    10    &.glue-table--stacked {
    11      @media (min-width: 1024px) {
    12        td {
    13          width: 50%;
    14        }
    15      }
    16  
    17      td:before {
    18        display: none;
    19      }
    20    }
    21  }
    22  
    23  .glue-expansion-panels .glue-expansion-panel-content > div.has-rule-listing {
    24    padding: 0px;
    25  }
    26  
    27  div.aip-rule-listing {
    28    margin-top: 40px;
    29    margin-bottom: 40px;
    30  }