From 3497fd71decb98994298ae88d2dfe6297e36a49c Mon Sep 17 00:00:00 2001 From: Leslie Xiong Date: Mon, 26 Jan 2026 17:11:57 -0500 Subject: [PATCH] fixed owner column responsiveness (set to table width instead of screen) --- .../vault-v3/vault-items/vault-cipher-row.component.html | 2 +- .../vault-items/vault-collection-row.component.html | 2 +- .../src/vault/app/vault-v3/vault-list.component.html | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/desktop/src/vault/app/vault-v3/vault-items/vault-cipher-row.component.html b/apps/desktop/src/vault/app/vault-v3/vault-items/vault-cipher-row.component.html index 2d82a985263..433a0202123 100644 --- a/apps/desktop/src/vault/app/vault-v3/vault-items/vault-cipher-row.component.html +++ b/apps/desktop/src/vault/app/vault-v3/vault-items/vault-cipher-row.component.html @@ -38,7 +38,7 @@ @if (showOwner()) { - + @if (showOwner()) { - + - + @@ -37,12 +37,12 @@ bitCell bitSortable="owner" [fn]="sortByOwner" - class="tw-hidden tw-w-1/6 lg:tw-table-cell" + class="tw-hidden tw-w-1/6 @sm:tw-table-cell" > {{ "owner" | i18n }} } - + {{ "options" | i18n }}