Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #31908, comment 12


Ignore:
Timestamp:
04/11/2015 10:57:02 PM (10 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31908, comment 12

    v2 v3  
    1131908.2.patch looks good. The problem comes from both "area containers" having the same class name: `media-toolbar`, and the same "sub-containers" class names. We need to limit them (max-width) for the "toolbar" above the attachments listing area. There's no need to limit them when used under the attachments listing, where the "Insert into post" button is.
     2
     3The patch keeps the max-length for the sub-containers on the Media screen too, as there they are also children of `attachments-browser`.