mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[enh] fit console output on a full browser height for scroll bars
This commit is contained in:
parent
8c12dbaa23
commit
477a592005
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
||||||
</section>
|
</section>
|
||||||
<style>
|
<style>
|
||||||
.consoleOutput {
|
.consoleOutput {
|
||||||
|
max-height: 95vh;
|
||||||
background-color: #222;
|
background-color: #222;
|
||||||
color: #eee;
|
color: #eee;
|
||||||
padding-top: 1.25rem;
|
padding-top: 1.25rem;
|
||||||
|
|
Loading…
Add table
Reference in a new issue