diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-08-14 10:23:53 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-08-14 10:23:53 +0200 |
commit | 566b995bab45355d814ac5a8bfbf18e3a59c14ba (patch) | |
tree | 304810ec1c8d6c31fe29763472db67e6ec000261 /assets/css/edit.css | |
parent | c097ae87df8476b573cf559c9facd2b8e6e2e865 (diff) | |
download | wcms-566b995bab45355d814ac5a8bfbf18e3a59c14ba.tar.gz wcms-566b995bab45355d814ac5a8bfbf18e3a59c14ba.zip |
Change : externaljs become customhead
Diffstat (limited to 'assets/css/edit.css')
-rw-r--r-- | assets/css/edit.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/assets/css/edit.css b/assets/css/edit.css index 54616ff..1821878 100644 --- a/assets/css/edit.css +++ b/assets/css/edit.css @@ -199,7 +199,11 @@ html { width: 100%; } -.editor .panel input {width: 100%;} + + +.editor .panel textarea {resize: vertical;} + +.editor .panel input, .editor .panel textarea {width: 100%;} |