UX: Show bullets for some composer lists (#12122)

This commit is contained in:
Kris 2021-02-18 18:47:27 -05:00 committed by GitHub
parent de119afec5
commit 77c8f0c864
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -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;