Skip to content

Commit 5e94917

Browse files
authored
Merge pull request #299 from codeitFE11-part3-team7/feature/#298_에디터-리스트-스타일-바뀜
feature/#298 에디터 리스트 스타일 오류 수정
2 parents 94a207a + cc373ef commit 5e94917

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styles/globals.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@ body {
122122
@apply my-2 list-inside;
123123
}
124124
ul,
125-
[data-list='ordered'] {
125+
[data-list='bullet'] {
126126
@apply list-disc;
127127
}
128128
ol,
129-
[data-list='bullet'] {
129+
[data-list='ordered'] {
130130
@apply list-decimal;
131131
}
132132

0 commit comments

Comments
 (0)