github.com/outbrain/consul@v1.4.5/ui-v2/app/styles/components/dom-recycling-table/layout.scss (about)

     1  %dom-recycling-table {
     2    position: relative;
     3  }
     4  %dom-recycling-table tr {
     5    display: flex;
     6  }
     7  %dom-recycling-table tr > * {
     8    flex: 1 0 auto;
     9  }
    10  %dom-recycling-table tbody {
    11    /* important required as ember-collection will inline an overflow: visible*/
    12    overflow-x: hidden !important;
    13  }