Fix padding of compact notification

Closes #3045
This commit is contained in:
Nick O'Leary 2021-07-01 17:23:52 +01:00
parent 75103da378
commit 05a4905490
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 4 additions and 4 deletions

View File

@ -60,13 +60,13 @@
}
.red-ui-notification-compact {
p {
margin: 0;
}
.ui-dialog-buttonset {
button {
line-height: 12px;
}
margin-top: 0;
position: absolute;
top: 8px;
top: 6px;
right: 10px;
}
}