Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/sass/_theme_rst.sass')
-rw-r--r--src/sass/_theme_rst.sass3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sass/_theme_rst.sass b/src/sass/_theme_rst.sass
index c83f13f..e62eb3e 100644
--- a/src/sass/_theme_rst.sass
+++ b/src/sass/_theme_rst.sass
@@ -225,6 +225,9 @@
&:hover .headerlink
opacity: 1
+ // Make links inside paragraphs wrap when they are too long
+ p a
+ overflow-wrap: anywhere
// Consistent font sizing for table typography
.wy-table
th, td