[26620] Disable horizontal resizing of the formattable textareas

[ci skip]
pull/6023/head
Oliver Günther 7 years ago
parent 446ad58231
commit 56262e5107
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 4
      app/assets/stylesheets/content/work_packages/single_view/_single_view.sass

@ -74,6 +74,10 @@
.wp-edit-formattable-field
width: 100%
// Allow only vertical resizing of the textarea
textarea
resize: vertical
.panel-toggler .button
margin-right: 0

Loading…
Cancel
Save