mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
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:
parent
23558ebd39
commit
b40bd21691
@ -1846,7 +1846,8 @@ input[type="checkbox"] {
|
||||
}
|
||||
|
||||
.admin_exports_table {
|
||||
margin: 20px;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
@media (width < $lg_min) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user