Skip to content

Commit

Permalink
Merge pull request #167 from Hlavtox/patch-1
Browse files Browse the repository at this point in the history
Fix overflowing buttons
  • Loading branch information
Progi1984 authored Sep 22, 2021
2 parents 54de322 + be7eba4 commit b8542c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_buttons.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.btn {
font-weight: $font-weight-semibold;
white-space: nowrap;
white-space: normal;
border-width: $border-width;
@include border-radius($btn-border-radius);

Expand Down

0 comments on commit b8542c1

Please sign in to comment.