docs: allow to break words in code literal

This commit is contained in:
virus 2019-06-04 21:55:29 +09:00
parent 279905602a
commit 698b7425ea

View file

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