mirror of
https://github.com/danbulant/api_docs
synced 2026-05-20 20:58:53 +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
|
|
@ -100,11 +100,6 @@ $search-box-border-color: #666;
|
|||
// These settings are probably best left alone.
|
||||
|
||||
%break-words {
|
||||
word-break: break-all;
|
||||
white-space: normal;
|
||||
|
||||
/* Non standard for webkit */
|
||||
word-break: break-word;
|
||||
|
||||
hyphens: auto;
|
||||
word-break: break-all;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue