diff --git a/network-api/networkapi/wagtailpages/pagemodels/products.py b/network-api/networkapi/wagtailpages/pagemodels/products.py index 7a66a136790..5ea9cefdba7 100644 --- a/network-api/networkapi/wagtailpages/pagemodels/products.py +++ b/network-api/networkapi/wagtailpages/pagemodels/products.py @@ -484,7 +484,7 @@ class ProductPage(AirtableMixin, FoundationMetadataPageMixin, Page): blank=True, ) tips_to_protect_yourself = RichTextField( - features=['bold', 'italic', 'link'], + features=['ul', 'bold', 'italic', 'link'], blank=True ) mozilla_says = models.BooleanField( diff --git a/source/sass/buyers-guide/views/product.scss b/source/sass/buyers-guide/views/product.scss index 4e2ee8315a0..f5f6a0e5dbc 100644 --- a/source/sass/buyers-guide/views/product.scss +++ b/source/sass/buyers-guide/views/product.scss @@ -224,12 +224,8 @@ } .rich-text { - p { - display: list-item; - list-style-type: disc; - list-style-position: inside; - padding-left: 0.5em; - margin-bottom: 0em; + ul { + padding-left: 1.5em; } } }