summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-12-23 11:11:07 -0800
committerSteve Manuel <nilslice@gmail.com>2016-12-23 11:11:07 -0800
commit95ae658af957766d2b1a227d4be353944ed76ba7 (patch)
treedbddbaef893d0a45339173f75028962e41b4ba65
parent29959dc55482b04388bc0c8a426650215ac3d5b2 (diff)
add fix for UI issue when uploaded image is wider than Richtext editor
-rw-r--r--system/admin/static/dashboard/css/admin.css4
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