From: Alexander Ebert Date: Thu, 25 Aug 2016 09:38:25 +0000 (+0200) Subject: Increased vertical padding to allow clicks before/after block elements X-Git-Tag: 3.0.0_Beta_1~513 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a0e74ef5ed25bc2585317c0e04703db4e1de039f;p=GitHub%2FWoltLab%2FWCF.git Increased vertical padding to allow clicks before/after block elements --- diff --git a/wcfsetup/install/files/style/ui/redactor.scss b/wcfsetup/install/files/style/ui/redactor.scss index b0413b5186..92c69a7038 100644 --- a/wcfsetup/install/files/style/ui/redactor.scss +++ b/wcfsetup/install/files/style/ui/redactor.scss @@ -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;