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