Merge "API: Make jsonfm the default output format"
[lhc/web/wiklou.git] / resources / src / mediawiki.ui / components / inputs.less
index 06a4ccd..685ca4d 100644 (file)
@@ -129,3 +129,11 @@ input.mw-ui-input-large {
        font-weight: bold;
        line-height: 1.25em;
 }
+
+// Tablet and desktop specific styling tweaks.
+@media all and (min-width: 768px) {
+       // Make inline elements take up a sensible amount of the screen on wider devices.
+       .mw-ui-input-inline {
+               min-width: 320px;
+       }
+}