1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-14 07:23:45 +00:00

[CL-405] Allow toggle group input to be full width (#10658)

This commit is contained in:
Victoria League
2024-08-26 10:13:49 -04:00
committed by GitHub
parent 9066c1f43e
commit 0ea75b3fff
4 changed files with 61 additions and 10 deletions

View File

@@ -50,8 +50,10 @@ export class ToggleComponent<TValue> implements AfterContentChecked {
get labelClasses() {
return [
"tw-h-full",
"tw-w-full",
"tw-flex",
"tw-items-center",
"tw-justify-center",
"tw-gap-1.5",
"!tw-font-semibold",
"tw-leading-5",