Fixed size of letter buttons
authorMarcel Werk <burntime@woltlab.com>
Tue, 30 Aug 2016 14:21:48 +0000 (16:21 +0200)
committerMarcel Werk <burntime@woltlab.com>
Tue, 30 Aug 2016 20:52:32 +0000 (22:52 +0200)
wcfsetup/install/files/style/ui/button.scss

index 71437d4e95ff2f35dc473c3ae40973a860060148..5503355a0f1143dbd1c8a7c0186439384771643a 100644 (file)
@@ -114,8 +114,9 @@ a.button {
                margin-bottom: -10px;
                
                > li {
-                       flex: 0 0 10%;
+                       flex: 0 0 auto;
                        margin-bottom: 10px;
+                       min-width: 10%;
                        
                        > a {
                                display: block;