(fix) fix the big ass output box
This commit is contained in:
parent
84ee7ceecb
commit
2521075aef
|
@ -7,7 +7,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
#output {
|
#output {
|
||||||
width: calc(100% - 10px);
|
width: calc(100% - 60px);
|
||||||
height: 40vh;
|
height: 40vh;
|
||||||
border: 1px solid #e1e1e11e;
|
border: 1px solid #e1e1e11e;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
Loading…
Reference in New Issue