mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-21 16:18:28 +01:00
[SM-624] add text-align unset to bitLink (#4961)
This commit is contained in:
parent
1ca375857f
commit
702a84d9ef
@ -20,3 +20,11 @@ summary.tw-list-none::marker,
|
||||
summary.tw-list-none::-webkit-details-marker {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Arbitrary values can't be used with `text-align`:
|
||||
* https://github.com/tailwindlabs/tailwindcss/issues/802#issuecomment-849013311
|
||||
*/
|
||||
.tw-text-unset {
|
||||
text-align: unset;
|
||||
}
|
||||
|
@ -24,6 +24,7 @@ const linkStyles: Record<LinkType, string[]> = {
|
||||
};
|
||||
|
||||
const commonStyles = [
|
||||
"tw-text-unset",
|
||||
"tw-leading-none",
|
||||
"tw-p-0",
|
||||
"tw-font-semibold",
|
||||
|
Loading…
Reference in New Issue
Block a user