mirror of
https://github.com/ansible/awx.git
synced 2026-07-09 23:38:06 -02:30
Fixed the spacing issue between the bottom of the search bar and the top of the table. There should now be 20px between the two.
This commit is contained in:
@@ -263,3 +263,11 @@ table, tbody {
|
||||
background-color: @list-actn-bg-hov !important;
|
||||
color: @list-actn-icn-hov;
|
||||
}
|
||||
|
||||
.List-searchWidget {
|
||||
height: 34px;
|
||||
}
|
||||
|
||||
.List-searchRow {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user