Fleet UI: Wrap activity feed (#10075)

This commit is contained in:
RachelElysia 2023-02-24 09:05:42 -05:00 committed by GitHub
parent f3b0e4da72
commit dbaa25104e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
- Fleet UI bug: Long words in activity feed wrap within the div

View file

@ -38,6 +38,7 @@
&__details-topline {
font-size: $x-small;
overflow-wrap: anywhere;
}
&__details-bottomline {