mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 00:08:44 -03:30
Merge pull request #2621 from mabashian/2620
Adjusted the padding on the alert modal body to 10px
This commit is contained in:
@@ -2264,3 +2264,7 @@ a:hover {
|
|||||||
.ui-widget {
|
.ui-widget {
|
||||||
font-family: 'Open Sans';
|
font-family: 'Open Sans';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal-body .alert {
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user