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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user