Remove width restriction on gadget labels
authorEd Sanders <esanders@wikimedia.org>
Mon, 23 Apr 2018 19:14:31 +0000 (20:14 +0100)
committerJforrester <jforrester@wikimedia.org>
Wed, 9 May 2018 19:56:10 +0000 (19:56 +0000)
Bug: T181733
Change-Id: Ia4bb7f49f89dbd62a21dd125e6a209a4f176844d

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;
+}