mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
18 lines
290 B
SCSS
18 lines
290 B
SCSS
// TODO: Confirm all styling
|
|
|
|
.software-script-details-modal {
|
|
overflow-wrap: anywhere;
|
|
|
|
&__modal-content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: $pad-medium;
|
|
}
|
|
|
|
.data-set__horizontal {
|
|
flex-direction: row;
|
|
}
|
|
.reveal-button {
|
|
width: min-content;
|
|
}
|
|
}
|