From af92662ef911ebd987e4e2b5f841ef0df35b8a00 Mon Sep 17 00:00:00 2001 From: Maxim Leshchenko Date: Mon, 8 Nov 2021 11:09:10 +0200 Subject: [PATCH] Correctly display long names when displaying only creator without comment --- Web/Presenters/templates/Group/View.xml | 5 +++-- Web/static/css/style.css | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Web/Presenters/templates/Group/View.xml b/Web/Presenters/templates/Group/View.xml index 81885d2e..07816e79 100644 --- a/Web/Presenters/templates/Group/View.xml +++ b/Web/Presenters/templates/Group/View.xml @@ -116,7 +116,8 @@ -
+ {* Это наверное костыль, ну да ладно *} +
@@ -132,7 +133,7 @@
{tr("administrators", $club->getManagersCount(true))} - diff --git a/Web/static/css/style.css b/Web/static/css/style.css index 0bea2011..54ce0f5e 100644 --- a/Web/static/css/style.css +++ b/Web/static/css/style.css @@ -1483,7 +1483,7 @@ body.scrolled .toTop:hover { width: 134px; } -.avatar-list-item .info-without-subtitle-centered { +.avatar-list-item .info-centered { padding-top: 8px; }