diff --git a/app/assets/stylesheets/desktop/poster_expansion.scss b/app/assets/stylesheets/desktop/poster_expansion.scss index 6ae67b243e2..eef19000d82 100644 --- a/app/assets/stylesheets/desktop/poster_expansion.scss +++ b/app/assets/stylesheets/desktop/poster_expansion.scss @@ -62,6 +62,12 @@ padding-top: 10px; } + .bio { + max-height: 100px; + overflow: auto; + margin-bottom: 10px; + } + img.avatar { float: left; padding-right: 10px; diff --git a/app/assets/stylesheets/desktop/user.scss b/app/assets/stylesheets/desktop/user.scss index ccb8650db82..b644672f7d2 100644 --- a/app/assets/stylesheets/desktop/user.scss +++ b/app/assets/stylesheets/desktop/user.scss @@ -193,7 +193,7 @@ position: relative; margin-top: 20px; float: left; - width: 65%; + width: 78%; color: $secondary; text-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px; @@ -202,6 +202,8 @@ .bio { color: $secondary; text-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px; + max-height: 300px; + overflow: auto; a[href] { color: $secondary;