Making WordPress.org

Opened 5 months ago

Last modified 5 months ago

#6998 new defect (bug)

Need to padding "I don’t need to document my code" section on https://developer.wordpress.org/coding-standards/inline-documentation-standards/ page

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

Description

I am reading Inline Documentation Standards during found the "I don’t need to document my code" section padding issue. please check below attached screenshot.

Screenshot: https://share.cleanshot.com/K2bt7mlWrQKXJcC9Z3fp

Page URL: https://developer.wordpress.org/coding-standards/inline-documentation-standards/

Change History (3)

#1 @upadalavipul
5 months ago

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

CSS:

blockquote{
    padding: 1.2rem
}

#2 @Otto42
5 months ago

  • Component changed from WordPress.org Site to Developer Hub

#3 @nidhidhandhukiya
5 months ago

Hello @upadalavipul
The css given by you can resolve the issue but it may impact the other blockquotes so we need to create a strong hierarchy for that.

.wpcs-handbook blockquote{
    padding: 1.2rem
}
Note: See TracTickets for help on using tickets.