mirror of
https://github.com/ivabus/www
synced 2024-11-10 09:55:15 +03:00
Brought back min/max height for feature terminals
This commit is contained in:
parent
35a007bd55
commit
2378a42b42
|
@ -631,6 +631,8 @@ EOF
|
|||
}
|
||||
.terminal-content{
|
||||
overflow-y: auto;
|
||||
min-height:400px;
|
||||
max-height: 400px;
|
||||
}
|
||||
.speed-terminal{
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in a new issue