UX: Show bullets for some composer lists (#12122)
This commit is contained in:
parent
de119afec5
commit
77c8f0c864
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue