complete-node-bootcamp
complete-node-bootcamp copied to clipboard
emojis layout wraping issue
@jonasschmedtmann
in node-farm projects emojis wrap on each other, (I,m using win 10. chrome Version 109.0.5414.120 (Official Build) (64-bit)) the solution is just to set the white-space property on .card__emoji (line 83), and .card__details (line 106) classes to nowrap.
===> https://user-images.githubusercontent.com/97733516/215325969-c52e9f93-4b83-4f77-b22b-cd8b3679ec25.png