Open benlk opened 5 years ago
With the following markup on https://labs.inn.org/2018/12/06/wordpress-5-0-and-your-news-organization/
<dl> <dt>December 10, 2018</dt> <dd>Co-Authors Plus is now compatible with Gutenberg.</dd> <dd>Changed ACF wording to make it clearer that it's compatible, just has visual issues.</dd> </dl>
in _lists.scss:
_lists.scss
dd { margin: 0 1.5em 1.5em; }
This is my personal preference; if others think we should keep it I'm okay with that.
With the following markup on https://labs.inn.org/2018/12/06/wordpress-5-0-and-your-news-organization/
in
_lists.scss
: