mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-04 09:01:01 +01:00
[EC-1060] feat: center align table cell content (#4618)
This commit is contained in:
parent
cf972e784c
commit
d42d626154
@ -5,6 +5,6 @@ import { HostBinding, Directive } from "@angular/core";
|
|||||||
})
|
})
|
||||||
export class CellDirective {
|
export class CellDirective {
|
||||||
@HostBinding("class") get classList() {
|
@HostBinding("class") get classList() {
|
||||||
return ["tw-p-3"];
|
return ["tw-p-3", "tw-align-middle"];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user