Skip to content

Commit

Permalink
feat(AppSwitcher): applications title now displays in two lines befor…
Browse files Browse the repository at this point in the history
…e ellipsis
  • Loading branch information
loonatic committed Oct 10, 2023
1 parent da90f7c commit b44e05a
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,11 @@ export const { staticClasses, useClasses } = createClasses(
textAlign: "left",

overflow: "hidden",
whiteSpace: "nowrap",
whiteSpace: "normal",
textOverflow: "ellipsis",
display: "-webkit-box",
"-webkit-line-clamp": "2",
"-webkit-box-orient": "vertical",

color: "inherit",
},
Expand Down

0 comments on commit b44e05a

Please sign in to comment.