Wrap very long words in popovers after width limit has reached.

This commit is contained in:
Martin Edenhofer 2015-01-27 16:34:25 +01:00
parent 1e8aaa37a8
commit a2255352c8

View file

@ -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);
}