mirror of
https://github.com/fleetdm/fleet
synced 2026-04-23 06:27:26 +00:00
11 lines
166 B
SCSS
11 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;
|
||
|
|
}
|
||
|
|
}
|