Skip to content

Commit

Permalink
GH-8416: Fixed the menu widget layout.
Browse files Browse the repository at this point in the history
Do not break line on spaces.

Closes #8416

Signed-off-by: Akos Kitta <[email protected]>
  • Loading branch information
Akos Kitta authored and kittaakos committed Aug 24, 2020
1 parent 63c21f6 commit 4390a7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core/src/browser/style/menus.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
line-height: var(--theia-private-menubar-height);
}

.p-MenuBar-item .p-MenuBar-itemLabel {
white-space: pre;
}


.p-MenuBar-item.p-mod-active {
background: var(--theia-menubar-selectionBackground);
Expand Down

0 comments on commit 4390a7d

Please sign in to comment.