# HG changeset patch # User Thierry Florac # Date 1568728261 -7200 # Node ID 3956d5ed3efc61ec4aefacc968742ece71af673c # Parent a6d37768ab8f17ee9d2391a53eaa962792050aa7 Updated comments type area height diff -r a6d37768ab8f -r 3956d5ed3efc src/pyams_skin/resources/less/forms.less --- a/src/pyams_skin/resources/less/forms.less Tue Sep 17 11:52:18 2019 +0200 +++ b/src/pyams_skin/resources/less/forms.less Tue Sep 17 15:51:01 2019 +0200 @@ -665,7 +665,7 @@ cursor: text; overflow-x: hidden; overflow-y: auto; - max-height: 90px; + max-height: 12em; padding: 5px 25px 5px 5px; position: relative; border-bottom: 1px solid #EEE; @@ -678,14 +678,14 @@ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-box-shadow: none; - overflow: hidden; + overflow: auto; padding: 0; margin: 0; -webkit-transition: height .2s; transition: height .2s; outline: 0; resize: none; - min-height: 61px; + min-height: ~"calc(11em - 30px)"; } }