mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
16 lines
386 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|