From 30fa7e2ee78d7efb7f404a7f440d60eb86b98f2f Mon Sep 17 00:00:00 2001 From: Syndamia Date: Fri, 19 Mar 2021 19:46:05 +0200 Subject: Fixed bottom border of secondary info cards not being proper width when none message is shown --- src/app/components/profile/profile.component.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/app/components/profile/profile.component.css') diff --git a/src/app/components/profile/profile.component.css b/src/app/components/profile/profile.component.css index 22ad320..c7e112f 100644 --- a/src/app/components/profile/profile.component.css +++ b/src/app/components/profile/profile.component.css @@ -16,6 +16,10 @@ margin-bottom: 0.3em; } +.none-message { + margin-bottom: 0.3em; +} + .sec-info { width: fit-content; background-color: #424242; -- cgit v1.2.3