max-height + scrollbar on the preview

This commit is contained in:
real_nowhereman 2010-08-26 17:23:34 +00:00
parent 2e41413efe
commit 9acf583332

View File

@ -271,7 +271,7 @@ input.maxsize, select.maxsize { width: 100% }
/* ===== PREVIEW SETTINGS ===== */
#post-preview .entry { padding: 2em }
#post-preview .entry { padding: 2em; max-height: 20em; overflow: auto }
#post-preview ul { list-style: none; padding: 0 0 0 1.6em }