1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-14 23:45:37 +00:00

hide 'owner' column at 'md' breakpoint

This commit is contained in:
Leslie Xiong
2026-01-26 17:36:08 -05:00
parent 64b3d8c04e
commit 178872820e
3 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@
</div>
</td>
@if (showOwner()) {
<td bitCell [ngClass]="RowHeightClass" class="tw-hidden @sm:tw-table-cell">
<td bitCell [ngClass]="RowHeightClass" class="tw-hidden @md:tw-table-cell">
<app-org-badge
[disabled]="disabled()"
[organizationId]="cipher().organizationId"

View File

@@ -25,7 +25,7 @@
</div>
</td>
@if (showOwner()) {
<td bitCell [ngClass]="RowHeightClass" class="tw-hidden @sm:tw-table-cell">
<td bitCell [ngClass]="RowHeightClass" class="tw-hidden @md:tw-table-cell">
<app-org-badge
[disabled]="disabled()"
[organizationId]="collection().organizationId"

View File

@@ -38,7 +38,7 @@
bitCell
bitSortable="owner"
[fn]="sortByOwner"
class="tw-hidden tw-w-1/6 @sm:tw-table-cell"
class="tw-hidden tw-w-1/6 @md:tw-table-cell"
>
{{ "owner" | i18n }}
</th>