diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-01-31 11:19:20 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-01-31 11:19:20 +0200 |
| commit | 7d6f6045f5b38c3636043b6bc55f77a1067a9f20 (patch) | |
| tree | e2f273c21d5a0469752562fddd121e8f8d247481 | |
| parent | 991064f8719c9d6a9ed750412279fa806577bf8a (diff) | |
| download | DevHive-7d6f6045f5b38c3636043b6bc55f77a1067a9f20.tar DevHive-7d6f6045f5b38c3636043b6bc55f77a1067a9f20.tar.gz DevHive-7d6f6045f5b38c3636043b6bc55f77a1067a9f20.zip | |
Fixed rating alignment, when a post is long
| -rw-r--r-- | src/DevHive.Angular/src/app/components/post/post.component.css | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |
