Skip to content
Snippets Groups Projects

Fixes #1521 Description field width has been addressed

Merged Uma requested to merge uma.s/vtigercrm:description_field_width into 7.4.0
+ 9
18
Compare changes
  • Side-by-side
  • Inline
Files
@@ -2385,8 +2385,7 @@ th {
}
.fieldBlockContainer .inputElement {
height: 30px;
width: 100%;
max-width: 325px;
width: 200px;
}
.editViewContents .input.form-control:focus,
.editViewContents .input.form-control:hover,
Loading