mirror of
https://github.com/fleetdm/fleet
synced 2026-05-11 11:11:10 +00:00
14 lines
240 B
SCSS
14 lines
240 B
SCSS
.data-table__truncated-text {
|
|
&--cell {
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
max-width: 101%;
|
|
}
|
|
|
|
.truncated {
|
|
display: inline-block;
|
|
max-width: 100%;
|
|
}
|
|
}
|