mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 05:13:29 +00:00
[EC-1060] feat: center align table cell content (#4618)
This commit is contained in:
@@ -5,6 +5,6 @@ import { HostBinding, Directive } from "@angular/core";
|
||||
})
|
||||
export class CellDirective {
|
||||
@HostBinding("class") get classList() {
|
||||
return ["tw-p-3"];
|
||||
return ["tw-p-3", "tw-align-middle"];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user