Making WordPress.org

Opened 4 months ago

Last modified 4 months ago

#7005 new defect (bug)

PHPDoc Tags section table does not responsive on mobile devices.

Reported by: upadalavipul's profile upadalavipul Owned by:
Milestone: Priority: normal
Component: Developer Hub Keywords:
Cc:

Description

I have reviewed the https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/ page on my mobile devices and found the PHPDoc Tags section table does not responsive. Also, the Deprecated Tags section below the blockquote tag needs to be some padding. Please check the following attached screenshot for more understanding.

Screenshot URL: https://share.cleanshot.com/3xpjLRNXlhJn6mvR3Xk5
Page URL: https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/

Change History (1)

#1 @upadalavipul
4 months ago

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
    }
Note: See TracTickets for help on using tickets.