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