mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 00:18:27 +00:00
Fleet UI: Fix software name from overflowing (#25262)
This commit is contained in:
parent
4479484333
commit
800aa7ecbd
3 changed files with 5 additions and 0 deletions
1
changes/25072-software-name-overflow
Normal file
1
changes/25072-software-name-overflow
Normal file
|
|
@ -0,0 +1 @@
|
|||
* Fleet UI: Fixed software name overflow
|
||||
|
|
@ -15,6 +15,7 @@
|
|||
&__name {
|
||||
font-size: $x-small;
|
||||
font-weight: $bold;
|
||||
overflow-wrap: anywhere; // Prevent long file name overflow
|
||||
}
|
||||
|
||||
&__platform {
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
.delete-software-modal {
|
||||
overflow-wrap: anywhere; // Prevent long software name overflow
|
||||
}
|
||||
Loading…
Reference in a new issue