Author: humbedooh
Date: Tue Mar 17 07:54:03 2015
New Revision: 1667187
URL: http://svn.apache.org/r1667187
Log:
make sure the modal dialog isn't too tall, use scroll bars if so
Modified:
steve/trunk/www/htdocs/steve_interactive.css
Modified: steve/trunk/www/htdocs/steve_interactive.css
URL:
http://svn.apache.org/viewvc/steve/trunk/www/htdocs/steve_interactive.css?rev=1667187&r1=1667186&r2=1667187&view=diff
==============================================================================
--- steve/trunk/www/htdocs/steve_interactive.css (original)
+++ steve/trunk/www/htdocs/steve_interactive.css Tue Mar 17 07:54:03 2015
@@ -145,6 +145,8 @@ p {
.modal-body {
padding: 20px;
word-wrap: break-word;
+ max-height: 450px;
+ overflow: auto;
}
pre {
word-wrap: break-word;