Merge pull request #877 from TorstenDittmann/fix-css-code-overflow

Fix CSS code overflow
This commit is contained in:
Eldad A. Fux 2021-02-04 19:48:44 +02:00 committed by GitHub
commit 9f81b5f0f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -144,11 +144,17 @@
border-bottom: solid 1px var(--config-modal-note-border);
}
.ide.strech {
box-shadow: none;
border-radius: 0;
margin: 0 -30px;
}
.ide {
&.strech {
box-shadow: none;
border-radius: 0;
margin: 0 -30px;
}
pre {
overflow: auto;
}
}
button.close {
width: 30px;