Increase tab panel height for checklists in admin

This commit is contained in:
Brian Miyaji
2016-09-22 13:37:24 +10:00
parent 3c3153cccd
commit 6df6b8e7f9

View File

@@ -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) {