Skip to content

Commit

Permalink
sass: add white-space: normal to buttons
Browse files Browse the repository at this point in the history
File names are so long that, on mobile, it goes beyond the screen.
Wrapping it doesn't look all that awful, so let's do it.
  • Loading branch information
lifehackerhansol committed May 30, 2024
1 parent e62171d commit 46eda33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _sass/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ img {
}

.btn, .btn a, a.btn {
white-space: normal;
text-decoration: none;
}

Expand Down

0 comments on commit 46eda33

Please sign in to comment.