8 lines
76 B
SCSS
8 lines
76 B
SCSS
.message {
|
|
ul,
|
|
ol {
|
|
list-style: auto;
|
|
padding-left: 24px;
|
|
}
|
|
}
|