mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
Remove absolute value in toggle group (#3213)
This commit is contained in:
@@ -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",
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user