now the pre shenanigans should be over barring esoteric nonsense
This commit is contained in:
parent
503300d4c0
commit
6584c16207
1 changed files with 5 additions and 0 deletions
|
@ -74,6 +74,11 @@ blockquote {
|
|||
}
|
||||
|
||||
pre {
|
||||
/*We also need it on pre because not all pre blocks are source code >:(*/
|
||||
max-width: -moz-available;
|
||||
max-width: -webkit-fill-available;;
|
||||
max-width: fill-available;
|
||||
width: fit-content;
|
||||
box-sizing: border-box;
|
||||
min-height: 2em;
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue