mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +00:00
Fix non-wrapping code in firefox
This commit is contained in:
parent
ccd158df4f
commit
5c87f10383
1 changed files with 1 additions and 0 deletions
|
|
@ -101,6 +101,7 @@ $search-box-border-color: #666;
|
|||
|
||||
%break-words {
|
||||
word-break: break-all;
|
||||
white-space: normal;
|
||||
|
||||
/* Non standard for webkit */
|
||||
word-break: break-word;
|
||||
|
|
|
|||
Loading…
Reference in a new issue