Fix margins of alerts inside of dialogs
authorAlexander Ebert <ebert@woltlab.com>
Sun, 12 Mar 2023 22:02:25 +0000 (23:02 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 12 Mar 2023 22:02:25 +0000 (23:02 +0100)
Fixes #5296

wcfsetup/install/files/style/ui/alert.scss

index 3924bf71daa5fd7f93cb638cea13c3de7587c413..bd7be8ca6c6d3807f6273d5a53cf6a10e6d025d6 100644 (file)
 }
 
 /* dialogs */
-.dialogContent {
+.dialogContent,
+.dialog__content {
        .error,
        .info,
        .success,
        .warning {
                &:first-child {
+                       margin-bottom: 20px;
                        margin-top: 0;
                }
        }