Sha256: 4b7b90f1d44598bd12655878112475b49b574c80ea17afa285e953465639aa15
Contents?: true
Size: 585 Bytes
Versions: 110
Compression:
Stored size: 585 Bytes
Contents
/* Truncate */ .Truncate { display: inline-flex; min-width: 0; max-width: 100%; & > .Truncate-text { min-width: 1ch; max-width: fit-content; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; & + .Truncate-text { margin-left: var(--control-small-gap); } &.Truncate-text--primary { flex-basis: 200%; } &.Truncate-text--expandable:hover, &.Truncate-text--expandable:focus, &.Truncate-text--expandable:active { max-width: 100% !important; flex-shrink: 0; cursor: pointer; } } }
Version data entries
110 entries across 110 versions & 2 rubygems