From 7d6f6045f5b38c3636043b6bc55f77a1067a9f20 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sun, 31 Jan 2021 11:19:20 +0200 Subject: Fixed rating alignment, when a post is long --- src/DevHive.Angular/src/app/components/post/post.component.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/DevHive.Angular') diff --git a/src/DevHive.Angular/src/app/components/post/post.component.css b/src/DevHive.Angular/src/app/components/post/post.component.css index c3e3caa..ddc5841 100644 --- a/src/DevHive.Angular/src/app/components/post/post.component.css +++ b/src/DevHive.Angular/src/app/components/post/post.component.css @@ -60,7 +60,8 @@ hr { display: flex; flex-direction: column; align-items: center; - margin-right: -.1em; + min-height: 4.4em; + margin: auto -.1em auto 0; } .score { -- cgit v1.2.3