mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
7 lines
140 B
SCSS
7 lines
140 B
SCSS
.host-mdm-status-cell {
|
|
display: inline-flex;
|
|
flex-direction: row;
|
|
text-wrap: nowrap;
|
|
gap: $gap-icon-text;
|
|
align-items: center;
|
|
}
|