Skip to content

Commit

Permalink
fix(dock): truncate label of popover dock items & prevent overflow of…
Browse files Browse the repository at this point in the history
… label
  • Loading branch information
Kiarokh committed Aug 3, 2022
1 parent bf69f22 commit c41f4cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/dock/dock-button/dock-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@
}

limel-popover {
display: grid; // an ugly hack to make buttons that are wrapped in a popover become fullwidth
// makes buttons that are wrapped in a popover become fullwidth
display: grid;
grid-template-columns: 100%;
}

.text {
Expand Down

0 comments on commit c41f4cf

Please sign in to comment.