mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-30 02:32:29 +00:00
fix: Avoid list-style none in message-content (#1665)
This commit is contained in:
@@ -45,3 +45,16 @@ body {
|
||||
.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