Removed minimum height for TinyMCE editors
authorThierry Florac <thierry.florac@onf.fr>
Wed, 11 Oct 2017 13:53:00 +0200
changeset 227 3c4b086bdf5b
parent 226 3305e0236e20
child 228 ef2bf5993c5b
Removed minimum height for TinyMCE editors
src/pyams_skin/resources/less/forms.less
--- a/src/pyams_skin/resources/less/forms.less	Wed Oct 11 13:52:03 2017 +0200
+++ b/src/pyams_skin/resources/less/forms.less	Wed Oct 11 13:53:00 2017 +0200
@@ -1603,9 +1603,6 @@
 		input[type="text"] {
 			height: 28px;
 		}
-		.mce-edit-area >iframe {
-			min-height: 250px!important;
-		}
 		footer {
 			padding: 5px 20px;
 			border-top: 0;
@@ -2826,9 +2823,6 @@
 		padding: 2px 1px 2px 5px!important;
 	}
 }
-.mce-edit-area >iframe {
-	min-height: 400px!important;
-}
 .mce-path,
 .mce-wordcount {
 	padding: 2px 8px!important;