mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
[CL-712] Update icon button, components using it, and affected virtual scroll heights (#15683)
This commit is contained in:
@@ -5,6 +5,6 @@ import { Directive, HostBinding } from "@angular/core";
|
||||
})
|
||||
export class CellDirective {
|
||||
@HostBinding("class") get classList() {
|
||||
return ["tw-p-3"];
|
||||
return ["tw-p-3", "has-[[biticonbutton]]:tw-py-1"];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user