mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
Fix inadvertent merge conflict change
This commit is contained in:
parent
58f99c8918
commit
4f929c7052
13
src/app.scss
13
src/app.scss
@ -119,6 +119,13 @@
|
||||
--pf-c-about-modal-box--MaxWidth: 63rem;
|
||||
}
|
||||
|
||||
.pf-c-list {
|
||||
li {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.awx-lookup {
|
||||
min-height: 36px;
|
||||
@ -150,12 +157,6 @@
|
||||
.awx-c-list {
|
||||
border-top: 1px solid #d7d7d7;
|
||||
border-bottom: 1px solid #d7d7d7;
|
||||
|
||||
li {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
//
|
||||
// pf modal overrides
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user