diff options
author | Miran <narimiran@disroot.org> | 2020-10-22 12:16:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-22 12:16:19 +0200 |
commit | d8a6b0b04eb690e9d8611bec4ee9d99499cddff1 (patch) | |
tree | 96f07db08b84608a7da0556b6a9c57ca8c62a87c /doc | |
parent | 8da0e01769231d795300c7ce6894178cf6025e19 (diff) | |
download | Nim-d8a6b0b04eb690e9d8611bec4ee9d99499cddff1.tar.gz |
[backport: 1.4] Better linebreaks (#15658)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/nimdoc.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/nimdoc.css b/doc/nimdoc.css index e0c5a1de4..457f024b5 100644 --- a/doc/nimdoc.css +++ b/doc/nimdoc.css @@ -155,7 +155,6 @@ body { .three.columns { width: 22%; - line-break: anywhere; } .nine.columns { |