From ef8290d20e00161ea06eb20c3632b081a7c3939c Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Sat, 2 Dec 2017 22:20:50 +0100 Subject: [PATCH] Reduced padding of lists. --- .../content/pages/contents/contents-page.component.html | 4 ++-- .../features/content/shared/references-editor.component.html | 2 +- src/Squidex/app/theme/_lists.scss | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Squidex/app/features/content/pages/contents/contents-page.component.html b/src/Squidex/app/features/content/pages/contents/contents-page.component.html index 40e630622..eda9064af 100644 --- a/src/Squidex/app/features/content/pages/contents/contents-page.component.html +++ b/src/Squidex/app/features/content/pages/contents/contents-page.component.html @@ -71,8 +71,8 @@ - - + + diff --git a/src/Squidex/app/features/content/shared/references-editor.component.html b/src/Squidex/app/features/content/shared/references-editor.component.html index 4082d0865..dda1209f8 100644 --- a/src/Squidex/app/features/content/shared/references-editor.component.html +++ b/src/Squidex/app/features/content/shared/references-editor.component.html @@ -14,7 +14,7 @@ - + diff --git a/src/Squidex/app/theme/_lists.scss b/src/Squidex/app/theme/_lists.scss index 178e03293..10640ef32 100644 --- a/src/Squidex/app/theme/_lists.scss +++ b/src/Squidex/app/theme/_lists.scss @@ -13,7 +13,7 @@ td { // Unified padding for all table cells. & { - padding: 1rem; + padding: .7rem; } // Additional padding for the first column.