1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-27 06:43:41 +00:00

fixed options buttons overflowing if has launch

This commit is contained in:
Leslie Xiong
2026-01-24 16:45:58 -05:00
parent a6b122f42a
commit 29aa31397d

View File

@@ -31,12 +31,12 @@
bitCell
bitSortable="owner"
[fn]="sortByOwner"
class="tw-hidden tw-w-2/6 lg:tw-table-cell"
class="tw-hidden tw-w-1/6 lg:tw-table-cell"
>
{{ "owner" | i18n }}
</th>
}
<th bitCell class="tw-hidden tw-w-1/6 lg:tw-table-cell tw-text-right tw-font-medium">
<th bitCell class="tw-hidden tw-w-2/6 lg:tw-table-cell tw-text-right tw-font-medium">
{{ "options" | i18n }}
</th>
</tr>