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 {