Ticket #37451: 37451-with-line-height.patch
File 37451-with-line-height.patch, 829 bytes (added by , 4 years ago) |
---|
-
src/wp-admin/css/widgets.css
346 346 margin: 0; 347 347 padding: 8px 10px; 348 348 overflow: hidden; 349 white-space: nowrap; 349 white-space: normal; 350 line-height: 1.5; 350 351 } 351 352 352 353 .widgets-holder-wrap .description { … … 481 482 482 483 div#widgets-right .sidebar-name h2, 483 484 div#widgets-right .sidebar-name h3 { 484 padding: 15px 7px;485 padding: 15px 15px 15px 7px; 485 486 } 486 487 487 488 div#widgets-right .widget-top { … … 508 509 margin: -5px 5px; 509 510 } 510 511 512 .sidebar-name .spinner { 513 position: absolute; 514 top: 18px; 515 right: 30px; 516 } 517 511 518 /* Dragging a widget over a closed sidebar */ 512 519 #widgets-right .widgets-holder-wrap.widget-hover { 513 520 border-color: #787c82;