data_exports: Fix the heading cutoff in Settings.

Removed the unnecessary margin from the admin_exports_table
class.

Fixes #20311
This commit is contained in:
Manan Rathi 2021-11-21 10:45:44 +05:30 committed by Tim Abbott
parent 23558ebd39
commit b40bd21691

View File

@ -1846,7 +1846,8 @@ input[type="checkbox"] {
}
.admin_exports_table {
margin: 20px;
margin-top: 20px;
margin-bottom: 20px;
}
@media (width < $lg_min) {