From 77c8f0c8647644a56dbdb74abd652e730f276af4 Mon Sep 17 00:00:00 2001 From: Kris Date: Thu, 18 Feb 2021 18:47:27 -0500 Subject: [PATCH] UX: Show bullets for some composer lists (#12122) --- app/assets/stylesheets/desktop/compose.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/desktop/compose.scss b/app/assets/stylesheets/desktop/compose.scss index e8e3345a2e..713db3b82e 100644 --- a/app/assets/stylesheets/desktop/compose.scss +++ b/app/assets/stylesheets/desktop/compose.scss @@ -137,9 +137,13 @@ } ul { - list-style: none; margin: 0; - padding: 0; + padding: 0 0 0 1.5em; + &.list, + &.topics { + list-style: none; + padding: 0; + } li { font-weight: normal;