Fix help modal for execution environments

This commit is contained in:
Sebastian Serth
2020-07-16 18:04:18 +02:00
parent f112f6079b
commit 6a192761b0
2 changed files with 5 additions and 1 deletions

View File

@@ -145,6 +145,10 @@
display: flex;
flex-direction: column;
pre {
overflow: initial;
}
#otherComments {
flex-grow: 1;
display: flex;