Fix text falling out in the main popup

This commit is contained in:
Dmytro Yukhymuk 2021-02-10 22:03:44 +02:00
parent e110bcedd0
commit cd849ec1de

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;
}