From 5b76bd9f1f677c650803060adb9ae99b3a5a7060 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sun, 31 Jan 2021 11:27:34 +0200 Subject: Fixed wraping of technologies and languages in profile page --- src/DevHive.Angular/src/app/components/profile/profile.component.css | 1 + 1 file changed, 1 insertion(+) (limited to 'src/DevHive.Angular') diff --git a/src/DevHive.Angular/src/app/components/profile/profile.component.css b/src/DevHive.Angular/src/app/components/profile/profile.component.css index f312ebd..fb84af3 100644 --- a/src/DevHive.Angular/src/app/components/profile/profile.component.css +++ b/src/DevHive.Angular/src/app/components/profile/profile.component.css @@ -72,6 +72,7 @@ hr { width: 100%; display: flex; align-items: center; + flex-wrap: wrap; } /* Posts */ -- cgit v1.2.3