Merge "Prevent editing textarea from jumping when toolbar is loaded"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 24 Aug 2017 17:52:34 +0000 (17:52 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 24 Aug 2017 17:52:34 +0000 (17:52 +0000)
resources/src/mediawiki.legacy/shared.css

index fbc9816..bace9d0 100644 (file)
@@ -105,6 +105,11 @@ span.comment {
        clear: both;
 }
 
+/* Prevent editing textarea from jumping when toolbar is loaded */
+#toolbar {
+       height: 22px;
+}
+
 /* Edit font preference */
 /* TODO: for 'default' on non-textareas we could compute the default font of textarea in the client */
 .mw-editfont-default:not( textarea ) {