Skip to content

Commit

Permalink
Fix height of top toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Jan 14, 2020
1 parent 7dd3edf commit 398280c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
left: 0;
right: 0;
background: $white;
min-height: $block-toolbar-height;
min-height: 36px;
border-bottom: $border-width solid $light-gray-500;

&:empty {
Expand Down

0 comments on commit 398280c

Please sign in to comment.