fix: tag support for non-latin alphabets (fixes #398)

This commit is contained in:
Jacky Zhao
2023-08-22 22:14:16 -07:00
parent 50544cff01
commit a205549bb8
3 changed files with 7 additions and 6 deletions

View File

@ -44,7 +44,8 @@ TagList.css = `
a.tag-link {
border-radius: 8px;
background-color: var(--highlight);
padding: 0.2rem 0.5rem;
padding: 0.2rem 0.4rem;
margin: 0 0.1rem;
}
`