Skip to content

Commit

Permalink
fixed text wrap for SidebarButtons
Browse files Browse the repository at this point in the history
  • Loading branch information
siarhei-epam committed Oct 9, 2024
1 parent 20eaf2a commit 8d609fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/common/sidebar/SidebarButton.module.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.root {
&:global(.uui-button-box) {
height: 36px;
min-height: 36px;
height: auto;
align-items: center;
padding-inline-start: 11px;
font-size: 16px;
Expand All @@ -19,6 +20,7 @@
font-size: 16px;
overflow-x: hidden;
text-overflow: ellipsis;
height: auto;
}

&.indent-12 {
Expand Down

0 comments on commit 8d609fe

Please sign in to comment.