check if we need output adjustments.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta 2020-08-01 18:19:39 +02:00
parent efd1be3e85
commit 7f0bdfd45e

View File

@ -132,6 +132,11 @@
box-sizing: border-box;
}
/* To left shift the content in the Output view */
/* .theia-output {
margin-left: -20px;
} */
.theia-output .monaco-editor .margin {
border-right: none;
}