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;