mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 22:37:41 -02:30
Fix invetory column width issues to make their contents readable
This commit is contained in:
@@ -587,6 +587,11 @@ table, tbody {
|
||||
}
|
||||
|
||||
.List-staticColumnLayout--groups {
|
||||
display: grid;
|
||||
grid-template-columns: 5px 25px auto;
|
||||
}
|
||||
|
||||
.List-staticColumnLayout--inventoryGroups {
|
||||
display: grid;
|
||||
grid-template-columns: 5px 25px 25px auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user