diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-01-30 02:46:19 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-01-30 02:46:19 +0100 |
commit | eab190e895124ef643c2b0574c84f3424857eeac (patch) | |
tree | 5dfa29c84a1e378825ddf1c46e16cb6bd85df9dd /assets/css/edit.css | |
parent | 40ef00fee7286a186673ff3fb26b6802421b2bc4 (diff) | |
download | wcms-eab190e895124ef643c2b0574c84f3424857eeac.tar.gz wcms-eab190e895124ef643c2b0574c84f3424857eeac.zip |
default thumbnail fix #49
Diffstat (limited to 'assets/css/edit.css')
-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 e2c1611..c7fe67b 100644 --- a/assets/css/edit.css +++ b/assets/css/edit.css @@ -365,7 +365,7 @@ a.icon { -div#thumbnail img { +div#showthumbnail img { width: 100%; height: 100%; max-height: 150px; |