Make subtask title text field wider when editing subtasks
This commit is contained in:
@@ -108,7 +108,7 @@ class SubtaskHelper extends Base
|
|||||||
$attributes = array_merge(array('tabindex="1"', 'required'), $attributes);
|
$attributes = array_merge(array('tabindex="1"', 'required'), $attributes);
|
||||||
|
|
||||||
$html = $this->helper->form->label(t('Title'), 'title');
|
$html = $this->helper->form->label(t('Title'), 'title');
|
||||||
$html .= $this->helper->form->text('title', $values, $errors, $attributes);
|
$html .= $this->helper->form->text('title', $values, $errors, $attributes, 'form-max-width');
|
||||||
|
|
||||||
return $html;
|
return $html;
|
||||||
}
|
}
|
||||||
|
|||||||
2
assets/css/app.min.css
vendored
2
assets/css/app.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -92,6 +92,9 @@ span.select2-container
|
|||||||
@include xs-device
|
@include xs-device
|
||||||
display: none
|
display: none
|
||||||
|
|
||||||
|
input[type="text"].form-max-width
|
||||||
|
width: 100%
|
||||||
|
|
||||||
input.form-error, textarea.form-error
|
input.form-error, textarea.form-error
|
||||||
border: 2px solid #b94a48
|
border: 2px solid #b94a48
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user