mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-04 09:01:01 +01:00
[PM-1828] Fix typo in table component (#5206)
This commit is contained in:
parent
aa26bc5e17
commit
8c22fd74fc
@ -1,8 +1,6 @@
|
|||||||
<!-- Please remove this disable statement when editing this file! -->
|
|
||||||
<!-- eslint-disable tailwindcss/no-custom-classname -->
|
|
||||||
<table [ngClass]="tableClass">
|
<table [ngClass]="tableClass">
|
||||||
<thead
|
<thead
|
||||||
class="tw-text-bold tw-border-0 tw-border-b-2 tw-border-solid tw-border-secondary-300 tw-text-muted"
|
class="tw-border-0 tw-border-b-2 tw-border-solid tw-border-secondary-300 tw-font-bold tw-text-muted"
|
||||||
>
|
>
|
||||||
<ng-content select="[header]"></ng-content>
|
<ng-content select="[header]"></ng-content>
|
||||||
</thead>
|
</thead>
|
||||||
|
Loading…
Reference in New Issue
Block a user