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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user