We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b22e5e + a990100 commit a75aa60Copy full SHA for a75aa60
1 file changed
docs/stylesheets/extra.css
@@ -188,3 +188,18 @@
188
background-color: #ffffff;
189
}
190
191
+
192
193
+.md-typeset__scrollwrap table {
194
+ width: 100%;
195
+ table-layout: fixed;
196
+}
197
198
+/* Force wrapping in long text */
199
+.md-typeset__scrollwrap td,
200
+.md-typeset__scrollwrap th {
201
+ white-space: normal;
202
+ overflow-wrap: anywhere;
203
+ word-break: break-word;
204
205
0 commit comments