mirror of
https://github.com/bitwarden/browser
synced 2026-02-12 22:44:11 +00:00
[CL-233] Update form field styles (#9776)
This commit is contained in:
@@ -54,7 +54,7 @@ export class SelectComponent<T> implements BitFormFieldControl, ControlValueAcce
|
||||
this.selectedOption = this.findSelectedOption(this.items, this.selectedValue);
|
||||
}
|
||||
|
||||
@HostBinding("class") protected classes = ["tw-block", "tw-w-full"];
|
||||
@HostBinding("class") protected classes = ["tw-block", "tw-w-full", "tw-h-full"];
|
||||
|
||||
@HostBinding()
|
||||
@Input()
|
||||
|
||||
Reference in New Issue
Block a user