Make WordPress Core


Ignore:
Timestamp:
05/15/2017 06:50:50 PM (7 years ago)
Author:
westonruter
Message:

Customize: Fix alignment of natural-width media buttons in site icon control.

Amends [40653].
Props afercia.
Fixes #40220.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/customize/class-wp-customize-media-control.php

    r37426 r40671  
    193193                    <button type="button" class="button remove-button">{{ data.button_labels.remove }}</button>
    194194                    <button type="button" class="button upload-button control-focus" id="{{ data.settings['default'] }}-button">{{ data.button_labels.change }}</button>
    195                     <div style="clear:both"></div>
    196195                    <# } #>
    197196                </div>
     
    209208                    <button type="button" class="button upload-button" id="{{ data.settings['default'] }}-button">{{ data.button_labels.select }}</button>
    210209                    <# } #>
    211                     <div style="clear:both"></div>
    212210                </div>
    213211            </div>
Note: See TracChangeset for help on using the changeset viewer.