mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-14 17:14:54 +08:00
Merge pull request #1512 from urbanrotnik/ur-SCI-3054-whats-new-notification-modal-content
Add margin for system notification modal [SCI-3054]
This commit is contained in:
commit
147b7039a3
1 changed files with 8 additions and 0 deletions
|
@ -111,3 +111,11 @@
|
|||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
#manage-module-system-notification-modal {
|
||||
.modal-title {
|
||||
margin-left: 20px;
|
||||
}
|
||||
.modal-body {
|
||||
margin: 20px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue