mirror of
https://github.com/carloscuesta/gitmoji.git
synced 2025-12-08 20:14:12 +00:00
🐛 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:
parent
fdf0efb43e
commit
513b26b251
@ -146,6 +146,7 @@ main.wrap {
|
||||
|
||||
&-info {
|
||||
padding: 1.5em;
|
||||
word-break: break-all;
|
||||
|
||||
p {
|
||||
color: #999;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user