Merge "Revert "Make comment markers inline-block to fix comment wrapping in Safari""

This commit is contained in:
jenkins-bot 2022-04-11 19:20:30 +00:00 committed by Gerrit Code Review
commit b0be1cbf21

View file

@ -5,14 +5,6 @@ span[ data-mw-comment-start ] {
top: -1em;
}
span[ data-mw-comment-start ],
span[ data-mw-comment-end ] {
// Support: Safari
// Markers at the end of a line and before an inline-block (e.g. edit icon)
// can cause text to stop wrapping properly. (T298371)
display: inline-block;
}
.ext-discussiontools-init-replylink-buttons {
user-select: none;
display: none;