mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: sidebar with dib display name
This commit is contained in:
parent
0fe57fbc3b
commit
b3ca63c62a
1 changed files with 4 additions and 0 deletions
|
@ -58,4 +58,8 @@ export const statusBadge = style({
|
||||||
export const profileButtonTitle = style({
|
export const profileButtonTitle = style({
|
||||||
fontWeight: "bold",
|
fontWeight: "bold",
|
||||||
fontSize: vars.size.body,
|
fontSize: vars.size.body,
|
||||||
|
width: "100%",
|
||||||
|
overflow: "hidden",
|
||||||
|
textOverflow: "ellipsis",
|
||||||
|
whiteSpace: "nowrap",
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue