Skip to content

Commit

Permalink
core: fix styling of titles with toolbars present (#12077)
Browse files Browse the repository at this point in the history
The commit fixes a styling issue for the `title` of sidepanel views when they contained toolbar items.
Previously, when resizing a view, the widget's title can be completely hidden by the toolbar content.

Signed-off-by: FernandoAscencio <[email protected]>
  • Loading branch information
FernandoAscencio authored Feb 21, 2023
1 parent f4d5db0 commit cfb005e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/browser/style/sidepanel.css
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@
margin-left: 14px;
text-transform: uppercase;
font-size: var(--theia-ui-font-size0);
min-width: 1rem;
}

.theia-sidepanel-toolbar .p-TabBar-toolbar .item {
Expand Down

0 comments on commit cfb005e

Please sign in to comment.