From 482f16d7acc82e1f5720a95af18e1d713546bd4b Mon Sep 17 00:00:00 2001 From: Syndamia Date: Tue, 2 Feb 2021 10:00:34 +0200 Subject: Fixed button sizing in post page --- .../src/app/components/post-page/post-page.component.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DevHive.Angular/src/app/components/post-page/post-page.component.css b/src/DevHive.Angular/src/app/components/post-page/post-page.component.css index b1814fb..b886bc1 100644 --- a/src/DevHive.Angular/src/app/components/post-page/post-page.component.css +++ b/src/DevHive.Angular/src/app/components/post-page/post-page.component.css @@ -16,7 +16,7 @@ margin-right: .3em; } -.many-buttons:last-of-type { +.many-buttons > *:last-of-type { margin-right: 0; } -- cgit v1.2.3