[wp-trac] [WordPress Trac] #44092: Export/Erase tools: CSS issues with `next_steps` buttons with some locales

WordPress Trac noreply at wordpress.org
Tue May 15 18:46:49 UTC 2018


#44092: Export/Erase tools: CSS issues with `next_steps` buttons with some locales
-------------------------------------------------+-------------------------
 Reporter:  audrasjb                             |       Owner:  (none)
     Type:  defect (bug)                         |      Status:  new
 Priority:  normal                               |   Milestone:  Awaiting
                                                 |  Review
Component:  General                              |     Version:
 Severity:  normal                               |  Resolution:
 Keywords:  gdpr has-screenshots has-patch       |     Focuses:
  needs-refresh                                  |
-------------------------------------------------+-------------------------

Comment (by azaozz):

 Tested this but seems we need the line-height: 1.5 in there :)

 Mixture of  44092.2.diff and  44092.3.diff like this works?
 {{{
 .privacy_requests .next_steps .button {
     height: auto;
     word-break: break-word;
     white-space: unset;
     line-height: 1.5;
     padding: 4px 10px;
 }
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/44092#comment:9>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list