Fix too long words in profile.

This commit is contained in:
Roger Braun 2017-07-27 15:54:34 +02:00
parent 7d59051fc5
commit da3b604d9d

View file

@ -121,6 +121,8 @@
.profile-panel-body { .profile-panel-body {
top: -0em; top: -0em;
padding-top: 4em; padding-top: 4em;
word-wrap: break-word;
} }
.user-info { .user-info {