Merge pull request #797 from youhymuk/fixTextFallingOut

Fix text falling out in the main popup
This commit is contained in:
Peter Cottle 2021-02-10 13:28:26 -07:00 committed by GitHub
commit 95795db282
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -301,6 +301,11 @@ div.canvasTerminalHolder > div.terminal-window-holder div.inside {
border-radius: 0 0 5px 5px;
}
div.inside pre {
white-space: normal;
line-height: 24px;
}
#controls {
max-width: 400px;
}