Fixed button margins in safari
authorMarcel Werk <burntime@woltlab.com>
Thu, 22 Sep 2016 14:02:51 +0000 (16:02 +0200)
committerMarcel Werk <burntime@woltlab.com>
Thu, 22 Sep 2016 14:02:56 +0000 (16:02 +0200)
wcfsetup/install/files/style/ui/button.scss

index 7e9f0bd7b4c37ab99ef52e69f9cbc8e2f4ae43c7..6808b012767d18727f93dcf16a14f468fb34652c 100644 (file)
@@ -11,6 +11,7 @@ a.button { // a.button is required to override link formatting, such as drop-dow
        cursor: pointer;
        display: inline-block;
        font-weight: 400;
+       margin: 0;
        padding: 8px 18px;
        text-decoration: none;