Break words in overflow of text bubbles.

This commit is contained in:
Martin Edenhofer 2014-12-28 20:07:33 +01:00
parent c7c565425a
commit aa357f3531

View file

@ -3069,6 +3069,7 @@ footer {
border: 1px solid hsl(240,4%,95%); border: 1px solid hsl(240,4%,95%);
box-shadow: 0 0 1px rgba(0,0,0,.06) inset; box-shadow: 0 0 1px rgba(0,0,0,.06) inset;
position: relative; position: relative;
overflow-wrap: break-word;
} }
.text-bubble p { .text-bubble p {