fix: sidebar with dib display name

This commit is contained in:
Zamitto 2024-06-20 10:45:12 -03:00
parent 0fe57fbc3b
commit b3ca63c62a

View File

@ -58,4 +58,8 @@ export const statusBadge = style({
export const profileButtonTitle = style({
fontWeight: "bold",
fontSize: vars.size.body,
width: "100%",
overflow: "hidden",
textOverflow: "ellipsis",
whiteSpace: "nowrap",
});