mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 02:01:01 -03:30
Fixed location of sub-category dropdowns
This commit is contained in:
@@ -43,6 +43,12 @@
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 900px) {
|
||||||
|
.Form-nav--dropdownContainer {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.Form-nav--dropdown {
|
.Form-nav--dropdown {
|
||||||
width: 60%;
|
width: 60%;
|
||||||
}
|
}
|
||||||
@@ -57,7 +63,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.Form-tabRow {
|
.Form-tabRow {
|
||||||
width: 80%;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.Form-filePicker {
|
input.Form-filePicker {
|
||||||
|
|||||||
Reference in New Issue
Block a user