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:
Santos Gallegos 2021-02-23 13:43:10 -05:00 committed by GitHub
parent c8ef0fc94f
commit d91d7e13b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -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