diff --git a/app/static/structure.css b/app/static/structure.css index 852c4047..d662354c 100644 --- a/app/static/structure.css +++ b/app/static/structure.css @@ -644,6 +644,7 @@ fieldset legend { .post_list .post_teaser .main_row .author { margin-bottom: 30px; display: inline-block; + max-width: 78%; } .post_list .post_teaser .main_row .post_utilities { position: absolute; diff --git a/app/static/structure.scss b/app/static/structure.scss index 13efb005..f1779857 100644 --- a/app/static/structure.scss +++ b/app/static/structure.scss @@ -240,6 +240,7 @@ html { .author { margin-bottom: 30px; display: inline-block; + max-width: 78%; } .post_utilities {