Merge pull request #15409 from nextcloud/backport/15407/stable16
[stable16] Remove extra margin from warning messages in authenticate page
This commit is contained in:
commit
1a58d8c86f
|
@ -26,3 +26,8 @@ input[type='submit'].icon-confirm {
|
|||
height: 45px;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.warning > .warning {
|
||||
/* Do not use a top margin for warning messages in the warning container. */
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue