// FREEBIE
@ -100,6 +100,8 @@ $ios-border-color: rgba(0,0,0,0.1);
display: inline-block;
padding: 10px;
position: relative;
word-break: break-word;
&:before, &:after {
content: '';
display: block;
@ -1423,7 +1423,8 @@ li.entry .error-icon-container {
.ios .bubble .content .body {
position: relative; }
word-break: break-word; }
.ios .bubble .content .body:before, .ios .bubble .content .body:after {