Fixed invisible button labels on mobile
authorAlexander Ebert <ebert@woltlab.com>
Wed, 26 Oct 2016 09:27:56 +0000 (11:27 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 26 Oct 2016 09:28:03 +0000 (11:28 +0200)
wcfsetup/install/files/style/layout/content.scss

index 513fd0069910d4d72303dd500bfddfb51eec5a57..f0c52fe60a5a80c9a815bb1a8b15ce15c9ff7fd0 100644 (file)
@@ -410,6 +410,10 @@ fieldset {
                                display: block;
                                padding: 7px 10px;
                                text-align: center;
+                               
+                               > .invisible {
+                                       display: inline;
+                               }
                        }
                }
        }