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 ++++ src/app/components/profile/profile.component.html | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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; diff --git a/src/app/components/profile/profile.component.html b/src/app/components/profile/profile.component.html index 2a8786d..7632620 100644 --- a/src/app/components/profile/profile.component.html +++ b/src/app/components/profile/profile.component.html @@ -25,7 +25,7 @@
Languages
-
+
None
@@ -38,7 +38,7 @@
Technologies
-
+
None
-- cgit v1.2.3