Skip to content

Commit 22f3306

Browse files
authored
Merge pull request #15407 from nextcloud/remove-extra-margin-from-warning-messages-in-authenticate-page
Remove extra margin from warning messages in authenticate page
2 parents 5c9b4db + 7ad1b15 commit 22f3306

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

core/css/publicshareauth.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@ input[type='submit'].icon-confirm {
2626
height: 45px;
2727
background-color: transparent !important;
2828
}
29+
30+
.warning > .warning {
31+
/* Do not use a top margin for warning messages in the warning container. */
32+
margin-top: 0;
33+
}

0 commit comments

Comments
 (0)