There was an error while loading. Please reload this page.
1 parent 31a2933 commit 7703c47Copy full SHA for 7703c47
1 file changed
content/assets/css/scientific-python.css
@@ -73,9 +73,15 @@ main {
73
& a {
74
color: white;
75
text-decoration-color: white;
76
- inline-size: min-content;
77
display: inline-block;
78
- text-wrap: nowrap;
+ white-space: nowrap;
+
79
+ /* MyST renders external links as
80
+ * <a class="whitespace-nowrap"><span class="link-text whitespace-normal">.
81
+ * Override the span so multi-word labels stay on one line. */
82
+ & .link-text {
83
84
+ }
85
}
86
87
0 commit comments