fossasia / loklak_webclient

loklak web application
http://loklak-web.herokuapp.com
MIT License
1.55k stars 49 forks source link

Fixed the emoji size aligning with the text #587

Closed daminisatya closed 8 years ago

daminisatya commented 8 years ago

fix_585

Fixes #585

sudheesh001 commented 8 years ago

@daminisatya This looks alright and fixes the issue but you have 2 commits to fix this. Can you squash your commits to make them one single commit. Here is something that could help you.

https://asciinema.org/a/11269

Once you're successfully rebased check git log to ensure that there's only one commit from you to fix this issue and force push it git push origin fix_585 -f to ensure that git doesn't complain about pull before push.

daminisatya commented 8 years ago

@sudheesh001 Squashed the commits !

sudheesh001 commented 8 years ago

Looks good @daminisatya Thank you