changeset 283 | c69daf695ed9 |
parent 249 | 417298dbf77b |
child 290 | d70e7b9e3bba |
--- a/src/pyams_skin/resources/less/forms.less Sun Mar 11 11:09:25 2018 +0100 +++ b/src/pyams_skin/resources/less/forms.less Sun Mar 11 11:23:42 2018 +0100 @@ -1483,11 +1483,21 @@ textarea { height: 100px; } + .i18n-content { + textarea { + height: 70px; + } + } } &.height-200 { textarea { height: 200px; } + .i18n-content { + textarea { + height: 170px; + } + } } } .textarea-resizable textarea {