mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 20:07:37 -02:30
AC-1292 Fixed inventory edit page sizing, column widths and margins.
This commit is contained in:
@@ -1703,6 +1703,15 @@ tr td button i {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
#groups-container.col-lg-6 {
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
#hosts-container.col-lg-6 {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -1786,4 +1795,13 @@ tr td button i {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#groups-container.col-lg-6 {
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
#hosts-container.col-lg-6 {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user