From b40bd21691abe3ebcdfe4d43f202a913d38f62bc Mon Sep 17 00:00:00 2001 From: Manan Rathi Date: Sun, 21 Nov 2021 10:45:44 +0530 Subject: [PATCH] data_exports: Fix the heading cutoff in Settings. Removed the unnecessary margin from the admin_exports_table class. Fixes #20311 --- static/styles/settings.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/styles/settings.css b/static/styles/settings.css index efdfe4a3f7..59a65248ed 100644 --- a/static/styles/settings.css +++ b/static/styles/settings.css @@ -1846,7 +1846,8 @@ input[type="checkbox"] { } .admin_exports_table { - margin: 20px; + margin-top: 20px; + margin-bottom: 20px; } @media (width < $lg_min) {