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:
parent
ecfa212189
commit
c39c2e3599
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue