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