Fixed `.formSubmit` inside dialogs on `screen-xs`
authorAlexander Ebert <ebert@woltlab.com>
Tue, 29 Aug 2017 12:44:21 +0000 (14:44 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 29 Aug 2017 12:44:21 +0000 (14:44 +0200)
wcfsetup/install/files/style/ui/dialog.scss

index d98bedc961e7ec4eee80ed0f90bd556ca4543887..bf02c8a101b9dd0923be7c227473e91c7aecb9f7 100644 (file)
                        position: absolute;
                        right: 0;
                        
-                       /* this reverts the negative margin introduced by `.formSubmit` */
-                       margin-bottom: 0;
-                       padding-bottom: 0;
+                       @include screen-sm-up {
+                               /* this reverts the negative margin introduced by `.formSubmit` */
+                               margin-bottom: 0;
+                               padding-bottom: 0;
+                       }
                }
                
                .section {