[wp-meta] [Making WordPress.org] #4966: need some minor fixing
Making WordPress.org
noreply at wordpress.org
Thu Jan 16 02:20:05 UTC 2020
#4966: need some minor fixing
------------------------------------------+---------------------
Reporter: passoniate | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone:
Component: WordPress.org Site | Resolution:
Keywords: has-screenshots needs-design |
------------------------------------------+---------------------
Comment (by dufresnesteven):
The margin problem is due to :
https://wordpress.org/gutenberg/wp-
content/themes/pub/gutenberg/style.css?ver=12
{{{
ul, ol {
margin: 0 0 1.5em 3em;
}
}}}
Since the content of that theme appears to be all Gutenberg driven, we
could probably change that to:
{{{
ul, ol {
margin: 0;
}
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/4966#comment:2>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list