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.

Side note: LOS download page does this too.
  • Loading branch information
lifehackerhansol authored and Deletecat committed May 30, 2024
1 parent e62171d commit a11f8b1
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 a11f8b1

Please sign in to comment.