support more than label limit on edit and list views

This commit is contained in:
John Mitchell
2016-05-24 13:00:36 -04:00
parent 5fd216f786
commit 308fc5ef2c
8 changed files with 156 additions and 73 deletions

View File

@@ -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;