Skip to content

Commit

Permalink
Add rule for span.comment
Browse files Browse the repository at this point in the history
  • Loading branch information
R4356th committed Sep 20, 2021
1 parent 3e052f1 commit 801201a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions resources/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -861,3 +861,14 @@ textarea {
.mw-topbox {
font-weight: bold;
}

/* Copied from MediaWiki's interface.helpers.styles.less */
/*
Needed for https://phabricator.wikimedia.org/T288907
FIXME: Remove this after the wiki is upgraded to 1.37
*/

span.comment {
font-style: italic;
unicode-bidi: isolate;
}

0 comments on commit 801201a

Please sign in to comment.