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:
@@ -20,3 +20,11 @@ summary.tw-list-none::marker,
|
|||||||
summary.tw-list-none::-webkit-details-marker {
|
summary.tw-list-none::-webkit-details-marker {
|
||||||
display: none;
|
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 = [
|
const commonStyles = [
|
||||||
|
"tw-text-unset",
|
||||||
"tw-leading-none",
|
"tw-leading-none",
|
||||||
"tw-p-0",
|
"tw-p-0",
|
||||||
"tw-font-semibold",
|
"tw-font-semibold",
|
||||||
|
|||||||
Reference in New Issue
Block a user