diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-01-14 19:24:19 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-01-14 19:24:19 +0100 |
commit | 8130427ec508f1d66553b52052c840c311081061 (patch) | |
tree | 23bab28db0f649618aa6bea024dcee84a9a25308 /assets | |
parent | eb30a63c819ca50ebbc896eb293a0745dcd043be (diff) | |
download | wcms-8130427ec508f1d66553b52052c840c311081061.tar.gz wcms-8130427ec508f1d66553b52052c840c311081061.zip |
fix save art out of session
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/edit.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/edit.css b/assets/css/edit.css index 7f7553c..5598aa5 100644 --- a/assets/css/edit.css +++ b/assets/css/edit.css @@ -212,7 +212,7 @@ details { } input#fontsize { - width: 36px; + width: 50px; } span#headid {color: white;} |