Fix theme list spacing by adding !important to margin-top rule
This commit is contained in:
@ -526,7 +526,7 @@ input:checked + .wp-toggle-slider:before {
|
|||||||
|
|
||||||
/* Theme Container */
|
/* Theme Container */
|
||||||
#wpa-theme-list {
|
#wpa-theme-list {
|
||||||
margin-top: 22px;
|
margin-top: 22px !important;
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 400px;
|
min-height: 400px;
|
||||||
|
Reference in New Issue
Block a user