1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 22:44:11 +00:00

[PM-14043] Update size of toggle group label to fit more content (#11881)

This commit is contained in:
Victoria League
2024-11-06 14:29:08 -05:00
committed by GitHub
parent 78764a0807
commit a7acd58596

View File

@@ -59,6 +59,7 @@ export class ToggleComponent<TValue> implements AfterContentChecked {
"tw-leading-5",
"tw-transition",
"tw-text-center",
"tw-text-sm",
"tw-border-primary-600",
"!tw-text-primary-600",
"tw-border-solid",
@@ -85,7 +86,7 @@ export class ToggleComponent<TValue> implements AfterContentChecked {
"peer-checked/toggle-input:tw-border-primary-600",
"peer-checked/toggle-input:!tw-text-contrast",
"tw-py-1.5",
"tw-px-4",
"tw-px-3",
// Fix for bootstrap styles that add bottom margin
"!tw-mb-0",