Skip to content

Commit

Permalink
fix #475
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesros161 committed Oct 11, 2021
1 parent 8f571e9 commit 3af4860
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/assets/scss/boldgrid/_elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ blockquote {
.btn,
.button-primary,
.button-secondary {
white-space: normal;
height: unset !important;
min-height: 40px;
&:hover,
&:focus {
text-decoration: none;
Expand All @@ -87,7 +90,7 @@ div {
&.button-primary,
&.button-secondary {
position: relative;

white-space: wrap;
a {
color: currentColor !important;
}
Expand Down

0 comments on commit 3af4860

Please sign in to comment.