mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Break long words in pre tags (#2045)
* Break long words in pre tags * Move rule to editable-base.scss
This commit is contained in:
parent
53293284c9
commit
d9e2d7d3eb
1 changed files with 4 additions and 0 deletions
|
@ -21,3 +21,7 @@ p {
|
|||
:host(.night-mode) {
|
||||
@include scrollbar.night-mode;
|
||||
}
|
||||
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue