fix: styling for nested popover tag in page list

This commit is contained in:
Jacky Zhao 2023-10-21 21:12:11 -07:00
parent 60b3bc34cb
commit b7ae7a99db

View File

@ -36,7 +36,7 @@ TagList.css = `
justify-self: end; justify-self: end;
} }
.section-ul .tags { .section-li > .section > .tags {
justify-content: flex-end; justify-content: flex-end;
} }