dwyl / hapi-socketio-redis-chat-example

:speech_balloon: Real-time Chat using Hapi.js + Socket.io + Redis Pub/Sub (example with tests!!)
GNU General Public License v2.0
364 stars 73 forks source link

Fix overflow on long names #77

Closed yurm04 closed 7 years ago

yurm04 commented 7 years ago

This PR addresses Issue 46 by adding the word-break: break-word css attribute to the name and joiners classes.

Before Fix: long_name_overflow

With Fix: wordwrap_fix

codecov-io commented 7 years ago

Current coverage is 100% (diff: 100%)

Merging #77 into master will not change coverage

@@           master   #77   diff @@
===================================
  Files           3     3          
  Lines          52    52          
  Methods         0     0          
  Messages        0     0          
  Branches        0     0          
===================================
  Hits           52    52          
  Misses          0     0          
  Partials        0     0          

Powered by Codecov. Last update ec7377d...59d3cbc

yurm04 commented 7 years ago

happy to help @nelsonic 😄

iteles commented 7 years ago

Looking great @yurm04 and fully backwards compatible. Thanks again! 💯