[wp-trac] [WordPress Trac] #49197: button padding on edit plug and edit theme on mobile device

WordPress Trac noreply at wordpress.org
Tue Jan 14 15:26:44 UTC 2020


#49197: button padding on edit plug and edit theme on mobile device
-----------------------------+------------------------------
 Reporter:  passoniate       |       Owner:  (none)
     Type:  defect (bug)     |      Status:  new
 Priority:  normal           |   Milestone:  Awaiting Review
Component:  Editor           |     Version:  5.3.2
 Severity:  normal           |  Resolution:
 Keywords:  has-screenshots  |     Focuses:  ui, css
-----------------------------+------------------------------

Comment (by passoniate):

 it can be fix by this code

 {{{
 @media screen and (max-width: 782px)
 .fileedit-sub input[type=submit] {
     margin-bottom: 0;
     padding: 0px 18px;
 }
 }}}

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


More information about the wp-trac mailing list