Unified textarea-to-button gap
authorAlexander Ebert <ebert@woltlab.com>
Sun, 9 Oct 2016 20:13:47 +0000 (22:13 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 9 Oct 2016 20:13:53 +0000 (22:13 +0200)
wcfsetup/install/files/style/ui/comment.scss

index 1a912e50143697b66453fa89e33ba450b6effc1b..8583bd92ea39322d30192b6b9d1fec62427acf63 100644 (file)
@@ -49,4 +49,8 @@
        .commentResponseAdd {
                padding: 10px 20px 0 20px;
        }
+       
+       textarea + button {
+               margin-top: 2px;
+       }
 }