mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
docs: allow to break words in code literal
This commit is contained in:
parent
279905602a
commit
698b7425ea
1 changed files with 5 additions and 0 deletions
5
docs/_static/numpy_friendly.css_t
vendored
5
docs/_static/numpy_friendly.css_t
vendored
|
@ -3,3 +3,8 @@
|
||||||
table.docutils th.field-name {
|
table.docutils th.field-name {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p code.literal {
|
||||||
|
white-space: normal;
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue