jan/web/styles/message.scss
2023-10-26 14:09:11 +07:00

8 lines
76 B
SCSS

.message {
ul,
ol {
list-style: auto;
padding-left: 24px;
}
}