mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
16 lines
300 B
SCSS
16 lines
300 B
SCSS
.software-install-details-modal {
|
|
overflow-wrap: anywhere; // Prevent long software name overflow
|
|
|
|
&__modal-content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: $pad-medium;
|
|
}
|
|
|
|
.data-set__horizontal {
|
|
flex-direction: row;
|
|
}
|
|
.reveal-button {
|
|
width: min-content;
|
|
}
|
|
}
|