Skip to content

Commit

Permalink
Make textarea fields wider in admin settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Oct 19, 2014
1 parent 071515a commit 4ff4600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/CoreAdminHome/templates/pluginSettings.twig
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

</select>
{% elseif setting.uiControlType == 'textarea' %}
<textarea style="width: 376px;"
<textarea style="width: 376px; height: 250px;"
{% for attr, val in setting.uiControlAttributes %}
{{ attr|e('html_attr') }}="{{ val|e('html_attr') }}"
{% endfor %}
Expand Down

0 comments on commit 4ff4600

Please sign in to comment.