1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

that's max-height

This commit is contained in:
Jeremy Ashkenas 2010-02-13 19:14:28 -05:00
parent ecfa212189
commit c39c2e3599

View file

@ -90,9 +90,9 @@ div.code {
border: 0;
padding: 5px 7px;
margin-left: 5px;
height: 250px;
min-height: 250px;
resize: none;
}
#repl_results {
height: 260px;
min-height: 260px;
}