mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
10 lines
166 B
SCSS
10 lines
166 B
SCSS
.host-mdm-status-cell {
|
|
display: inline-flex;
|
|
flex-direction: row;
|
|
text-wrap: nowrap;
|
|
gap: $pad-small;
|
|
|
|
.tooltip__tooltip-text {
|
|
text-wrap: wrap;
|
|
}
|
|
}
|