Updated comments type area height
authorThierry Florac <tflorac@ulthar.net>
Tue, 17 Sep 2019 15:51:01 +0200
changeset 543 3956d5ed3efc
parent 542 a6d37768ab8f
child 544 013301f4d10d
Updated comments type area height
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)";
 	}
 }