Sha256: ed67e52ff142835081a9280c15ee4887db126afc94a40c033e0c0d7bfdff7bba
Contents?: true
Size: 572 Bytes
Versions: 7
Compression:
Stored size: 572 Bytes
Contents
table { &.single-line { width: 100%; max-width: 100vw; table-layout: fixed; tbody { tr { td { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; & > * { &:not(.btn, br) { display: inline-block !important; } } .btn { display: block !important; } br { content:' ' !important; &::after { content:' '; } } } } } } }
Version data entries
7 entries across 7 versions & 2 rubygems