Skip to content

Commit a11f8b1

Browse files
lifehackerhansolDeletecat
authored andcommitted
sass: add white-space: normal to buttons
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.
1 parent e62171d commit a11f8b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_sass/base.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ img {
112112
}
113113

114114
.btn, .btn a, a.btn {
115+
white-space: normal;
115116
text-decoration: none;
116117
}
117118

0 commit comments

Comments
 (0)