Terminal Fix
This commit is contained in:
@@ -501,14 +501,21 @@ body.is-dragging-window .ui-tool-title-bar {
|
||||
|
||||
.terminal-window {
|
||||
width: min(46rem, 94vw);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.terminal-window-content {
|
||||
padding: 0.55rem;
|
||||
display: flex;
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.terminal-log-output {
|
||||
height: min(55vh, 30rem);
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
overflow-y: auto;
|
||||
padding: 0.5rem;
|
||||
white-space: pre-wrap;
|
||||
|
||||
Reference in New Issue
Block a user