mirror of
https://github.com/danbulant/api_docs
synced 2026-06-19 14:21:31 +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 {
|
%break-words {
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
|
white-space: normal;
|
||||||
|
|
||||||
/* Non standard for webkit */
|
/* Non standard for webkit */
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue