mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Fix: wrap inline literals (#1050)
This preservers white spaces as is when copying, so all good. Fixes https://github.com/readthedocs/sphinx_rtd_theme/issues/321
This commit is contained in:
parent
c8ef0fc94f
commit
d91d7e13b3
File diff suppressed because one or more lines are too long
@ -376,6 +376,7 @@
|
|||||||
|
|
||||||
&.literal
|
&.literal
|
||||||
color: $text-code-color
|
color: $text-code-color
|
||||||
|
white-space: normal
|
||||||
&.xref, a &
|
&.xref, a &
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
color: $text-codexref-color
|
color: $text-codexref-color
|
||||||
|
Loading…
Reference in New Issue
Block a user