diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-12-23 11:11:07 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-12-23 11:11:07 -0800 |
commit | 95ae658af957766d2b1a227d4be353944ed76ba7 (patch) | |
tree | dbddbaef893d0a45339173f75028962e41b4ba65 | |
parent | 29959dc55482b04388bc0c8a426650215ac3d5b2 (diff) |
add fix for UI issue when uploaded image is wider than Richtext editor
-rw-r--r-- | system/admin/static/dashboard/css/admin.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/admin/static/dashboard/css/admin.css b/system/admin/static/dashboard/css/admin.css index 9cba7d0..ce533a4 100644 --- a/system/admin/static/dashboard/css/admin.css +++ b/system/admin/static/dashboard/css/admin.css @@ -225,4 +225,8 @@ li:hover .quick-delete-post, li:hover .delete-user { select { border: 1px solid #e2e2e2; +} + +.note-editor * { + max-width: 100%; }
\ No newline at end of file |