Archived
1
0

Setting a min width on pulldown CSS.

This commit is contained in:
Dan Helfman 2008-10-07 14:41:30 -07:00
parent de0977b082
commit a91136d27d

View File

@ -554,6 +554,7 @@ h1 {
font-size: 72%; font-size: 72%;
text-align: left; text-align: left;
max-height: 20em; max-height: 20em;
min-width: 10em;
overflow: auto; overflow: auto;
padding: 0.5em; padding: 0.5em;
border: 1px solid #000000; border: 1px solid #000000;