Niedzielski has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/385097 )
Change subject: Fix: require navbox contents to occupy 100% available width
......................................................................
Fix: require navbox contents to occupy 100% available width
Change-Id: I850154e4e69bf35306a0db86e45dcbc4ba3de6eb
---
M src/common/components/content/styles/content.css
M src/common/components/content/styles/tables.css
2 files changed, 13 insertions(+), 5 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/marvin refs/changes/97/385097/1
diff --git a/src/common/components/content/styles/content.css
b/src/common/components/content/styles/content.css
index 439ae01..1446043 100644
--- a/src/common/components/content/styles/content.css
+++ b/src/common/components/content/styles/content.css
@@ -93,11 +93,7 @@
/* Preformatted text frequently overflows horizontally. Provide a horizontal
scrollbar when needed since wrapping monospaced content is often illegible.
http://localhost:3000/wiki/TypeScript/801562762#Classes */
-.Content pre,
-/* http://localhost:3000/wiki/Periodic_table_(large_cells)/799715731#Notes */
-.Content .navbox,
-/* http://localhost:3000/wiki/Periodic_table/803535152#External_links */
-.Content .metadata {
+.Content pre {
overflow-x: auto;
}
diff --git a/src/common/components/content/styles/tables.css
b/src/common/components/content/styles/tables.css
index 605eff9..869e668 100644
--- a/src/common/components/content/styles/tables.css
+++ b/src/common/components/content/styles/tables.css
@@ -72,3 +72,15 @@
http://localhost:3000/wiki/Pablo_Picasso/804068218 ("Pablo Picasso") */
border-top-width: 0;
}
+
+/* http://localhost:3000/wiki/Periodic_table_(large_cells)/799715731#Notes */
+.Content .navbox,
+/* http://localhost:3000/wiki/Periodic_table/803535152#External_links */
+.Content .metadata {
+ overflow-x: auto;
+}
+
+/* http://localhost:3000/wiki/Voodoo_Shoppe/443846926 */
+.Content .navbox .navbox-inner {
+ width: 100%;
+}
\ No newline at end of file
--
To view, visit https://gerrit.wikimedia.org/r/385097
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I850154e4e69bf35306a0db86e45dcbc4ba3de6eb
Gerrit-PatchSet: 1
Gerrit-Project: marvin
Gerrit-Branch: master
Gerrit-Owner: Niedzielski <[email protected]>
Gerrit-Reviewer: Sniedzielski <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits