Merge "Prevent page indicators from interfering with firstheading and causing overflow"

isekai
jenkins-bot 7 years ago committed by Gerrit Code Review
commit f8d5f4b374

@ -152,6 +152,13 @@
} }
} }
/* Page header */
h1.firstHeading {
/* Prevent indicators from interfering with title and causing overflow */
clear: right;
}
/* Page actions */ /* Page actions */
#p-namespaces li { #p-namespaces li {

Loading…
Cancel
Save