diff --git a/modules/dt.init.less b/modules/dt.init.less index f705731d5..375f8700a 100644 --- a/modules/dt.init.less +++ b/modules/dt.init.less @@ -349,10 +349,8 @@ h1, h2, h3, h4, h5, h6 { // Page frame sub-feature .ext-discussiontools-visualenhancements_pageframe-enabled { - .mw-page-title-separator { - // Support IE: We could use :after { content: ' '; } but IE doesn't follow - // the spec and inserts the space into the clipboard when copied. - margin-right: 0.25em; + .mw-page-title-separator::after { + content: ' '; } .ext-discussiontools-init-pageframe-latestcomment {