[wp-meta] [Making WordPress.org] #6638: White space issue in responsive at 768px.

Making WordPress.org noreply at wordpress.org
Mon Jan 16 13:19:06 UTC 2023


#6638: White space issue in responsive at 768px.
--------------------------------+---------------------
 Reporter:  himshekhar07        |       Owner:  (none)
     Type:  defect (bug)        |      Status:  new
 Priority:  normal              |   Milestone:
Component:  WordPress.org Site  |  Resolution:
 Keywords:  needs-patch         |
--------------------------------+---------------------

Comment (by kajalgohel):

 Hi @himshekhar07,

 Thanks for reporting this issue. I have checked the issue and was able to
 reproduce it.

 Adding the below CSS will solve this issue:

 {{{
 @media screen and (max-width: 360px){
     .wp-block-button {
        font-size: 12px;
     }
 }
 }}}


 Thanks.

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/6638#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list