fix: Avoid list-style none in message-content (#1665)
This commit is contained in:
@@ -45,3 +45,16 @@ body {
|
|||||||
.cursor-pointer {
|
.cursor-pointer {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.message-content {
|
||||||
|
ul {
|
||||||
|
list-style: disc;
|
||||||
|
padding-left: $space-slab;
|
||||||
|
}
|
||||||
|
|
||||||
|
ol {
|
||||||
|
list-style: decimal;
|
||||||
|
padding-left: $space-normal;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user