Fix theme list spacing by adding !important to margin-top rule

This commit is contained in:
Marcus Quinn
2025-03-24 20:59:50 +00:00
parent 1c477aa0f2
commit e94a1d902d

View File

@ -526,7 +526,7 @@ input:checked + .wp-toggle-slider:before {
/* Theme Container */
#wpa-theme-list {
margin-top: 22px;
margin-top: 22px !important;
padding: 0 20px;
position: relative;
min-height: 400px;