Merge "Remove width restriction on gadget labels"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Wed, 9 May 2018 20:17:26 +0000 (20:17 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 9 May 2018 20:17:26 +0000 (20:17 +0000)
resources/src/mediawiki.special/mediawiki.special.preferences.styles.css

index 2310377..8810318 100644 (file)
 #wpTimeCorrection .oo-ui-textInputWidget {
        margin-top: 0.5em;
 }
+
+/* HACK: expand width of gadget descriptions.
+ * This should be moved to the Gadgets extension */
+#mw-htmlform-gadgets .oo-ui-fieldLayout.oo-ui-fieldLayout-align-inline > .oo-ui-fieldLayout-body {
+       max-width: none;
+}