mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
[PM-2664] Hide Owners column below desktop viewports (#8923)
* hide owners row below desktop viewports * hide collection owner on smaller screens
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
<br />
|
||||
<span class="tw-text-sm tw-text-muted" appStopProp>{{ cipher.subTitle }}</span>
|
||||
</td>
|
||||
<td bitCell [ngClass]="RowHeightClass" *ngIf="showOwner">
|
||||
<td bitCell [ngClass]="RowHeightClass" *ngIf="showOwner" class="tw-hidden lg:tw-table-cell">
|
||||
<app-org-badge
|
||||
[disabled]="disabled"
|
||||
[organizationId]="cipher.organizationId"
|
||||
|
||||
Reference in New Issue
Block a user