Ticket #34556: 34556.patch
| File 34556.patch, 513 bytes (added by , 10 years ago) |
|---|
-
src/wp-admin/css/media.css
627 627 width: 100%; 628 628 } 629 629 630 .edit-attachment-frame input, 631 .edit-attachment-frame select, 632 .edit-attachment-frame textarea { 633 -webkit-box-sizing: border-box; 634 -moz-box-sizing: border-box; 635 box-sizing: border-box; 636 } 637 630 638 .edit-attachment-frame .edit-media-header { 631 639 overflow: hidden; 632 640 }