jonasschmedtmann / complete-node-bootcamp

Starter files, final projects and FAQ for my Complete Node.js Bootcamp
https://www.udemy.com/nodejs-express-mongodb-bootcamp/?couponCode=GITHUB515
3.13k stars 3.63k forks source link

emojis layout wraping issue #181

Open salammohamadi opened 1 year ago

salammohamadi commented 1 year ago

@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 .cardemoji (line 83), and .carddetails (line 106) classes to nowrap.

===> https://user-images.githubusercontent.com/97733516/215325969-c52e9f93-4b83-4f77-b22b-cd8b3679ec25.png