mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Fleet UI: Wrap activity feed (#10075)
This commit is contained in:
parent
f3b0e4da72
commit
dbaa25104e
2 changed files with 2 additions and 0 deletions
1
changes/10071-wrap-long-activity-words
Normal file
1
changes/10071-wrap-long-activity-words
Normal file
|
|
@ -0,0 +1 @@
|
|||
- Fleet UI bug: Long words in activity feed wrap within the div
|
||||
|
|
@ -38,6 +38,7 @@
|
|||
|
||||
&__details-topline {
|
||||
font-size: $x-small;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
&__details-bottomline {
|
||||
|
|
|
|||
Loading…
Reference in a new issue