fleet/frontend/pages/ManageControlsPage/Variables/components/DeleteCustomVariableModal/_styles.scss
2026-04-21 11:13:17 -04:00

16 lines
386 B
SCSS

.delete-custom-variable-modal {
&__message {
span {
display: inline-flex;
gap: 4px;
align-items: baseline;
.tooltip-truncated-text {
max-width: 322px; // this specific max-width facilitates the desired truncation behavior within the inline parent
.__react_component_tooltip {
font-weight: $regular;
}
}
}
}
}