Add margin-bottom to error.dialog to reduce whitespace (#25708)

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
forsamori 2024-10-04 09:02:14 +01:00 committed by GitHub
parent 12a8ac1f85
commit 63a959099b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -141,6 +141,7 @@ body {
width: 100%;
height: auto;
margin-top: -120px;
margin-bottom: -45px;
}
}