[wp-trac] [WordPress Trac] #46961: Privacy tool email field stretches past 100% on mobile

WordPress Trac noreply at wordpress.org
Thu Apr 18 05:36:16 UTC 2019


#46961: Privacy tool email field stretches past 100% on mobile
-------------------------------------+-------------------------------------
 Reporter:  anischarolia             |       Owner:  (none)
     Type:  defect (bug)             |      Status:  new
 Priority:  normal                   |   Milestone:  5.2.1
Component:  Privacy                  |     Version:  4.9.6
 Severity:  minor                    |  Resolution:
 Keywords:  has-patch needs-testing  |     Focuses:  ui, administration,
  has-screenshots                    |  privacy
-------------------------------------+-------------------------------------

Comment (by anischarolia):

 @afercia yes, targeting just `.regular-text` in responsive will actually
 solve the issue. But giving it `width:100%` will stretch it to full width
 of display, which is too much for device having display width just after
 `782px`. So I suggest to use `max-width:100%`, it will help us to keep the
 input width as it was on large screens until it comes equal to the device
 screen. And then it will go for `100%`. I have updated the patch file
 named `#46961(2).patch`. Please review it.

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


More information about the wp-trac mailing list