mirror of
https://github.com/danbulant/api_docs
synced 2026-06-05 07:31:42 +00:00
Fix broken word break styles
This commit is contained in:
parent
365a0b58ea
commit
db48d22661
1 changed files with 2 additions and 7 deletions
|
|
@ -101,10 +101,5 @@ $search-box-border-color: #666;
|
||||||
|
|
||||||
%break-words {
|
%break-words {
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
white-space: normal;
|
|
||||||
|
|
||||||
/* Non standard for webkit */
|
|
||||||
word-break: break-word;
|
|
||||||
|
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue