1
0
Fork 0
mirror of synced 2024-06-28 03:01:15 +12:00

fix(css): code overflow

This commit is contained in:
Torsten Dittmann 2021-02-04 18:39:23 +01:00
parent fbc5994697
commit 0ab8ed9a43
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,10 +144,16 @@
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 {