diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-12-23 11:11:34 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-12-23 11:11:34 -0800 |
commit | 1f7a5b46b906da00ceccb03e7ff26627bb29a3dd (patch) | |
tree | 98c596b49ea54215bf034242fcad456968598c6a | |
parent | 5743086d8073d9de3c6a524f1ad384fa43e9140e (diff) | |
parent | 95ae658af957766d2b1a227d4be353944ed76ba7 (diff) |
Merge branch 'ponzu-dev'
-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 |