#2791 closed enhancement (wontfix)
Remove Unwanted space from _elements.scss
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Plugin Directory | Keywords: | has-patch |
| Cc: |
Description
There is unwanted space on the _elements.scss file.
blockquote, q {
quotes: "" "";
&:before,
&:after {
content: "";
}
}
blockquote {
// Override wp4.css.
background: transparent;
border: none;
padding: 0;
border-left: 2px solid #eee;
color: #82878c;
font-style: italic;
margin: 1rem 0;
padding-left: 1rem;
cite {
font-size: ms( -2 );
}
}
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Thanks for the patch, @ketuchetan! But there is currently nothing wrong with the empty lines so I'm going to close this as a wontfix.
See also https://make.wordpress.org/core/handbook/contribute/code-refactoring/.