Increase tab panel height for checklists in admin
This commit is contained in:
@@ -662,6 +662,11 @@ table.widefat.sp-sortable-table tbody tr .icon {
|
|||||||
background-color: #00b9eb;
|
background-color: #00b9eb;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Tab panels */
|
||||||
|
.sp-tab-panel {
|
||||||
|
max-height: 500px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Sortable lists */
|
/* Sortable lists */
|
||||||
.sp-sortable-list {
|
.sp-sortable-list {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@@ -739,7 +744,6 @@ table.widefat.sp-sortable-table tbody tr .icon {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Modules */
|
/* Modules */
|
||||||
|
|
||||||
.sp-modules-wrapper {
|
.sp-modules-wrapper {
|
||||||
margin-right: 300px;
|
margin-right: 300px;
|
||||||
max-width: 750px;
|
max-width: 750px;
|
||||||
@@ -1109,6 +1113,10 @@ table.sp-status-table td mark.yes {
|
|||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sp-tab-panel {
|
||||||
|
max-height: 200px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 782px) {
|
@media only screen and (max-width: 782px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user