Increased vertical padding to allow clicks before/after block elements
authorAlexander Ebert <ebert@woltlab.com>
Thu, 25 Aug 2016 09:38:25 +0000 (11:38 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 25 Aug 2016 09:38:25 +0000 (11:38 +0200)
wcfsetup/install/files/style/ui/redactor.scss

index b0413b5186ba892733b89473e504dd8503953b99..92c69a703839403c4c22d0bc2be5bc674b5249d7 100644 (file)
@@ -62,7 +62,7 @@
        border: 1px solid $wcfContentBorderInner;
        border-top-width: 0;
        max-height: 500px;
-       padding: 10px;
+       padding: 20px 10px;
        position: relative;
        outline: none;
        overflow: auto;