Changeset 58256
- Timestamp:
- 05/30/2024 04:41:07 PM (13 months ago)
- Location:
- trunk/src/wp-admin/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/edit.css
r57553 r58256 1272 1272 } 1273 1273 1274 .categorydiv, 1275 .customlinkdiv, 1276 .posttypediv, 1277 .taxonomydiv { 1278 max-height: inherit; 1279 height: 100%; 1280 } 1281 1274 1282 .wp-tab-panel, 1275 1283 .categorydiv div.tabs-panel, … … 1278 1286 .taxonomydiv div.tabs-panel { 1279 1287 min-height: 42px; 1280 max-height: 200px; 1288 /* Allow space for content after tab panels in nav menu editor. */ 1289 max-height: calc( 100% - 75px ); 1290 height: 100%; 1281 1291 overflow: auto; 1282 1292 padding: 0 0.9em; -
trunk/src/wp-admin/css/nav-menus.css
r57553 r58256 22 22 #nav-menu-meta .accordion-section-content { 23 23 padding: 18px 13px; 24 resize: vertical; 24 25 } 25 26 … … 49 50 clear: both; 50 51 margin: 10px 0 0; 52 height: 100%; 53 max-height: inherit; 51 54 } 52 55
Note: See TracChangeset
for help on using the changeset viewer.