[wp-meta] [Making WordPress.org] #7005: PHPDoc Tags section table does not responsive on mobile devices.

Making WordPress.org noreply at wordpress.org
Tue May 23 12:59:33 UTC 2023


#7005: PHPDoc Tags section table does not responsive on mobile devices.
---------------------------+---------------------
 Reporter:  upadalavipul   |       Owner:  (none)
     Type:  defect (bug)   |      Status:  new
 Priority:  normal         |   Milestone:
Component:  Developer Hub  |  Resolution:
 Keywords:                 |
---------------------------+---------------------

Comment (by upadalavipul):

 For the solution to the above issues needed to add the below CSS.


 {{{

     .devhub-wrap #content table{
         display: block;
         overflow-x: auto;
     }

     .wpcs-handbook blockquote{
         padding: 1.2rem
     }
 }}}

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


More information about the wp-meta mailing list