From 64ec7f26f91ffaad64dbd47142fb7969ef6ea32c Mon Sep 17 00:00:00 2001 From: Syndamia Date: Mon, 29 Mar 2021 14:42:01 +0300 Subject: Fixed language and technology drawers having all items in a single column in profile settings and admin panel --- .../components/profile-settings/profile-settings.component.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/app/components/profile-settings') diff --git a/src/app/components/profile-settings/profile-settings.component.html b/src/app/components/profile-settings/profile-settings.component.html index 538824d..dd3d186 100644 --- a/src/app/components/profile-settings/profile-settings.component.html +++ b/src/app/components/profile-settings/profile-settings.component.html @@ -80,8 +80,8 @@
Available languages:
-
-
+
+
{{ lang.name }}
@@ -102,8 +102,8 @@
Available technologies:
-
-
+
+
{{ tech.name }}
-- cgit v1.2.3