mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 01:38:50 -03:30
support more than label limit on edit and list views
This commit is contained in:
@@ -173,7 +173,8 @@
|
||||
}
|
||||
|
||||
.Form-formGroup--fullWidth {
|
||||
max-width: none;
|
||||
max-width: none !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.Form-formGroup--checkbox{
|
||||
@@ -289,7 +290,7 @@
|
||||
}
|
||||
|
||||
.Form-dropDown {
|
||||
height: 30px !important;
|
||||
min-height: 30px !important;
|
||||
border-radius: 5px !important;
|
||||
border:1px solid @field-border!important;
|
||||
color: @field-input-text!important;
|
||||
|
||||
Reference in New Issue
Block a user