1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

[SM-624] add text-align unset to bitLink (#4961)

This commit is contained in:
Will Martin
2023-03-09 13:28:48 -05:00
committed by GitHub
parent 1ca375857f
commit 702a84d9ef
2 changed files with 9 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ const linkStyles: Record<LinkType, string[]> = {
};
const commonStyles = [
"tw-text-unset",
"tw-leading-none",
"tw-p-0",
"tw-font-semibold",