Skip to content

Commit

Permalink
AppBar: Cut too long app names
Browse files Browse the repository at this point in the history
  • Loading branch information
benbucksch committed Jun 30, 2024
1 parent eb0f47f commit 3fe4a5e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/frontend/AppsBar/AppButton.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,11 @@
.label {
font-size: 11px;
color: #999999;
white-space: nowrap;
overflow: hidden;
overflow-wrap: anywhere;
text-overflow: clip;
white-space: nowrap;
max-width: 100%;
margin-top: 4px;
margin-left: 4px;
margin-right: 4px;
Expand Down

0 comments on commit 3fe4a5e

Please sign in to comment.