Remove absolute value in toggle group (#3213)

This commit is contained in:
Oscar Hinton 2022-08-02 17:43:50 +02:00 committed by GitHub
parent f8d7dd179b
commit 75cd41b9b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ export class ToggleComponent {
// Fix for badge being pushed slightly lower when inside a button.
// Insipired by bootstrap, which does the same.
"[&>[bitBadge]]:tw-relative",
"[&>[bitBadge]]:-tw-top-[1px]",
"[&>[bitBadge]]:tw--top-px",
];
}