Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcae6695

Browse files
committed
Teach Prince and Firefox what to do with <wbr> tags.
Firefox still doesn't get them 100%.
1 parent8760101 commitcae6695

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎base.css‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ pre {
8383
margin-bottom:.5em;
8484
}
8585

86+
*/deep/ wbr::after {
87+
white-space: normal;
88+
content:'\200B';
89+
}
8690
*/deep/ code {
8791
/* Make inline code avoid line wraps unless we override it with <wbr>. */
8892
white-space: nowrap;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp