mirror of
https://github.com/fleetdm/fleet
synced 2026-04-22 05:57:36 +00:00
7 lines
136 B
SCSS
7 lines
136 B
SCSS
.host-mdm-status-cell {
|
|
display: inline-flex;
|
|
flex-direction: row;
|
|
text-wrap: nowrap;
|
|
gap: $pad-small;
|
|
align-items: center;
|
|
}
|