Skip to content

Commit

Permalink
fix: css selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
jtiala committed Nov 27, 2023
1 parent c98ec14 commit 470e70c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/style/src/components/blockquote.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
overflow-wrap: break-word;
}

.tui__blockquote footer {
.tui__blockquote > footer {
margin: var(--tui__spacing-16) 0;
}

Expand Down
2 changes: 1 addition & 1 deletion packages/style/src/components/list.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ol.tui__list {
list-style-type: decimal;
}

.tui__list li {
.tui__list > li {
box-sizing: border-box;
color: var(--tui__color-black);
font-family: var(--tui__font-family-serif);
Expand Down

0 comments on commit 470e70c

Please sign in to comment.