complete-node-bootcamp icon indicating copy to clipboard operation
complete-node-bootcamp copied to clipboard

emojis layout wraping issue

Open salammohamadi opened this issue 2 years ago • 0 comments

@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

salammohamadi avatar Jan 29 '23 12:01 salammohamadi