🐛 Fix emoji-code overflow

Add word-break: break-all; to the parent element of the code. #55

Signed-off-by: Carlos Cuesta <carloscuesta@me.com>
This commit is contained in:
Carlos Cuesta 2016-11-20 19:15:45 +01:00
parent fdf0efb43e
commit 513b26b251
No known key found for this signature in database
GPG Key ID: 61C42E9291BDFAFD

View File

@ -146,6 +146,7 @@ main.wrap {
&-info {
padding: 1.5em;
word-break: break-all;
p {
color: #999;