fix(lib): lists style in info modal (#412)

This commit is contained in:
Anton Tranelis 2025-10-06 13:23:17 +02:00 committed by GitHub
parent b25ded083f
commit 27ebc26a41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@
}
li > p {
@apply tw:inline-block tw:my-0;
@apply tw:my-0 tw:inline;
}
hr {