diff --git a/assets/css/admin.css b/assets/css/admin.css index f30df35a..dc96ea00 100644 --- a/assets/css/admin.css +++ b/assets/css/admin.css @@ -662,6 +662,11 @@ table.widefat.sp-sortable-table tbody tr .icon { background-color: #00b9eb; } +/* Tab panels */ +.sp-tab-panel { + max-height: 500px; +} + /* Sortable lists */ .sp-sortable-list { margin: 0; @@ -739,7 +744,6 @@ table.widefat.sp-sortable-table tbody tr .icon { } /* Modules */ - .sp-modules-wrapper { margin-right: 300px; max-width: 750px; @@ -1109,6 +1113,10 @@ table.sp-status-table td mark.yes { margin-right: 0; width: 100%; } + + .sp-tab-panel { + max-height: 200px; + } } @media only screen and (max-width: 782px) {