mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-24 19:31:03 +00:00
fix: sidebar with dib display name
This commit is contained in:
@@ -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",
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user