Skip to content

Commit

Permalink
style: sidepanel styling - hidden title quick fix
Browse files Browse the repository at this point in the history
This commit aims to fix the issue of titles being totally occluded when
the sidebar is dragged to its minimum width.

Signed-off-by: FernandoAscencio <fernando.ascencio.cama@ericsson.com>
  • Loading branch information
FernandoAscencio committed Jan 16, 2023
1 parent f94ad05 commit 4044668
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/browser/style/sidepanel.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
--theia-private-sidebar-scrollbar-rail-width: 7px;
--theia-private-sidebar-scrollbar-width: 5px;
--theia-private-sidebar-icon-size: 24px;
--theia-private-sidebar-sidepanel-width: 200px;
}


Expand Down Expand Up @@ -310,6 +311,7 @@
padding-left: 5px;
align-items: center;
background-color: var(--theia-sideBar-background);
min-width: var(--theia-private-sidebar-sidepanel-width);
}

.theia-sidepanel-toolbar .theia-sidepanel-title {
Expand Down

0 comments on commit 4044668

Please # to comment.