fleet/frontend/components/DataSet/_styles.scss

18 lines
300 B
SCSS

.data-set {
font-size: $x-small;
min-width: max-content;
dt {
font-weight: $bold;
display: flex;
gap: $pad-xsmall; // For deprecated sandbox icons
}
dd {
display: flex;
gap: $pad-small;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}