Fix layout of [subscribe] links on desktop Minerva

This is the minimal fix, they still look out of place, but they don't
break layout of the whole page.

Bug: T292241
Change-Id: I1538962dd266fb455051e4dfe2680e47c4d1bb4c
This commit is contained in:
Bartosz Dziewoński 2021-11-05 01:16:23 +01:00 committed by Esanders
parent 28885e81aa
commit 9daf5e1202

View file

@ -150,6 +150,12 @@ span[ data-mw-comment-start ] {
margin-top: 0.7em;
}
.skin-minerva & {
// Temporary fix for desktop Minerva (T292241)
float: none;
white-space: nowrap;
}
.ext-discussiontools-topicsubscription-enabled & {
display: block;
}