fleet/frontend/components/TableContainer/DataTable/HostMdmStatusCell/_styles.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;
}
}