fix: [UI] Notices margin

pull/5222/head
Jakub Onderka 2019-09-25 17:02:46 +02:00 committed by GitHub
parent e901d1f1f5
commit e8cede8d09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -2390,3 +2390,7 @@ table tr:hover .down-expand-button {
.large-left-margin {
margin-left:8px;
}
#notice_message {
margin: 10px;
}