Skip to content

Commit

Permalink
Merge pull request #588 from oat-sa/fix/RFE-1271/tree-sidebar-wider
Browse files Browse the repository at this point in the history
fix: increment treeSidebar width
  • Loading branch information
ViktoriaKh-oat authored May 2, 2024
2 parents aea29b2 + ba77de3 commit 4d8d712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/inc/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$sidebarWidth: 180;
$sidebarGutter: 0;
$toolbarHeight: 50;
$treeSidebar: 280;
$treeSidebar: 380;

// fonts
$fontPath : 'font/' !default;
Expand Down

0 comments on commit 4d8d712

Please sign in to comment.