Skip to content

Commit 7b2cffd

Browse files
committed
feat: use text-autospace: normal in options page
In particular, this makes the license/credits section easier to read in the Japanese localization.
1 parent 7c98a6f commit 7b2cffd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/options/options.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,17 @@ body {
123123
font-size: 15px;
124124
color: #222426;
125125
margin: 0;
126+
127+
/*
128+
* This should be the default but browsers have yet to implement that due to
129+
* performance concerns.
130+
*
131+
* e.g.
132+
*
133+
* https://github.com/w3c/csswg-drafts/issues/12386
134+
* https://bugzilla.mozilla.org/show_bug.cgi?id=2005624
135+
*/
136+
text-autospace: normal;
126137
}
127138

128139
@media (max-width: 400px) {

0 commit comments

Comments
 (0)