Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Jan 16, 2020
1 parent 3a440e6 commit 6212845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/toolbar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
}

&.components-button::before {
width: calc(100% - $grid-unit-30 - $grid-unit-30);
width: calc(100% - #{$grid-unit-30});
}
}

0 comments on commit 6212845

Please sign in to comment.