mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-21 22:42:19 +00:00
prevent inline code from inserting line breaks mid-word
This commit is contained in:
parent
87e5baf031
commit
1e1bebda6e
1 changed files with 7 additions and 1 deletions
|
@ -59,3 +59,9 @@ html, body
|
|||
padding-left: 0.5rem
|
||||
padding-bottom: 0.01rem
|
||||
font-size: 1rem
|
||||
|
||||
// code overrides
|
||||
code
|
||||
word-break: normal
|
||||
&.noClass
|
||||
line-break: normal
|
Loading…
Reference in a new issue