Skip to content

Commit 1a58d8c

Browse files
authored
Merge pull request #15409 from nextcloud/backport/15407/stable16
[stable16] Remove extra margin from warning messages in authenticate page
2 parents d23e2cb + f2e5ef1 commit 1a58d8c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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)