fix(theme): incorrect shadow when title is too long (#154)

* fix(theme): incorrect shadow when title is too long

* chore: lint fix
This commit is contained in:
huan_kong 2024-08-26 11:21:39 +08:00 committed by GitHub
parent 059ed95cb2
commit 7891ca8d78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,6 +39,7 @@ const { page } = useData()
.link {
display: block;
width: max-content;
padding: 0 12px;
font-size: 14px;
font-weight: 500;