From 4b268e5d1bfd65d7bab0e4b42497892219783b99 Mon Sep 17 00:00:00 2001 From: sercan Date: Tue, 20 Apr 2021 22:44:12 +0300 Subject: [PATCH] (apps/file-manager) Better grid --- .../apps/file-manager/list/list.component.html | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/src/app/modules/admin/apps/file-manager/list/list.component.html b/src/app/modules/admin/apps/file-manager/list/list.component.html index 83cc8b75..3a4fa299 100644 --- a/src/app/modules/admin/apps/file-manager/list/list.component.html +++ b/src/app/modules/admin/apps/file-manager/list/list.component.html @@ -47,8 +47,7 @@
Folders
+ class="flex flex-wrap -m-2 mt-2"> @@ -57,8 +56,7 @@
Files
+ class="flex flex-wrap -m-2 mt-2"> @@ -71,7 +69,7 @@ #item let-item>
@@ -103,12 +101,12 @@
-
-
{{item.name}}
+
+
{{item.name}}
-
{{item.contents}}
+
{{item.contents}}