mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
Remove absolute value in toggle group (#3213)
This commit is contained in:
parent
f8d7dd179b
commit
75cd41b9b3
@ -70,7 +70,7 @@ export class ToggleComponent {
|
|||||||
// Fix for badge being pushed slightly lower when inside a button.
|
// Fix for badge being pushed slightly lower when inside a button.
|
||||||
// Insipired by bootstrap, which does the same.
|
// Insipired by bootstrap, which does the same.
|
||||||
"[&>[bitBadge]]:tw-relative",
|
"[&>[bitBadge]]:tw-relative",
|
||||||
"[&>[bitBadge]]:-tw-top-[1px]",
|
"[&>[bitBadge]]:tw--top-px",
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user