Wrap very long words in popovers after width limit has reached.
This commit is contained in:
parent
1e8aaa37a8
commit
a2255352c8
1 changed files with 1 additions and 0 deletions
|
@ -2666,6 +2666,7 @@ footer {
|
|||
border: none;
|
||||
z-index: 1110;
|
||||
box-shadow: 0 1px 14px rgba(0,8,14,.25);
|
||||
word-wrap: break-word;
|
||||
// max-height: calc(100vh - 20px);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue