Prevent page indicators from interfering with firstheading and

causing overflow

Change-Id: I381a6b29afd91b799278d19316e4c74d358cd14c
isekai
Isarra 7 years ago
parent 312e11f64a
commit 16e3901843

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

Loading…
Cancel
Save