Make WordPress Core

Ticket #44092: 44092.diff

File 44092.diff, 573 bytes (added by ianbelanger, 7 years ago)

Added CSS for export button to prevent cutoff in French Language

  • src/wp-includes/css/buttons.css

     
    5959        box-sizing: border-box;
    6060}
    6161
     62/* Personal Data Export button specific styles */
     63.wp-core-ui .button.export-personal-data-handle {
     64        height: auto;
     65        white-space: unset;
     66}
     67
    6268/* Remove the dotted border on :focus and the extra padding in Firefox */
    6369.wp-core-ui button::-moz-focus-inner,
    6470.wp-core-ui input[type="reset"]::-moz-focus-inner,