mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-21 14:32: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
|
@ -58,4 +58,10 @@ html, body
|
|||
padding-top: 0.01rem
|
||||
padding-left: 0.5rem
|
||||
padding-bottom: 0.01rem
|
||||
font-size: 1rem
|
||||
font-size: 1rem
|
||||
|
||||
// code overrides
|
||||
code
|
||||
word-break: normal
|
||||
&.noClass
|
||||
line-break: normal
|
Loading…
Reference in a new issue