From a9096d651ce7cb2976f8b21a099ae9cc34412c42 Mon Sep 17 00:00:00 2001 From: Nicolas Constant Date: Sat, 23 Feb 2019 18:23:02 -0500 Subject: [PATCH] fix #34 --- .../stream/user-profile/user-profile.component.html | 3 +-- .../stream/user-profile/user-profile.component.scss | 5 +++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/app/components/stream/user-profile/user-profile.component.html b/src/app/components/stream/user-profile/user-profile.component.html index 70909031..034814cd 100644 --- a/src/app/components/stream/user-profile/user-profile.component.html +++ b/src/app/components/stream/user-profile/user-profile.component.html @@ -33,10 +33,9 @@
- -
diff --git a/src/app/components/stream/user-profile/user-profile.component.scss b/src/app/components/stream/user-profile/user-profile.component.scss index 804e1999..aa634090 100644 --- a/src/app/components/stream/user-profile/user-profile.component.scss +++ b/src/app/components/stream/user-profile/user-profile.component.scss @@ -97,6 +97,11 @@ $header-height: 160px; padding: 10px 10px 15px 10px; font-size: 13px; border-bottom: 1px solid black; + + &__content { + width: calc(100%); + word-break: break-word; + } } &-no-toots {