mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-09 11:42:21 +03:00
fix: sidebar with dib display name
This commit is contained in:
parent
0fe57fbc3b
commit
b3ca63c62a
@ -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…
Reference in New Issue
Block a user