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