1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

Fix spacing in the projects and secrets lists (#4807)

This commit is contained in:
Colton Hurst
2023-02-21 19:06:04 -05:00
committed by GitHub
parent 16fcc22677
commit 6f58d44833
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@
{{ "all" | i18n }}
</label>
</th>
<th bitCell class="tw-w-full tw-text-left" bitSortable="name" default>{{ "name" | i18n }}</th>
<th bitCell bitSortable="name" default>{{ "name" | i18n }}</th>
<th bitCell bitSortable="revisionDate">{{ "lastEdited" | i18n }}</th>
<th bitCell class="tw-w-0">
<button

View File

@@ -37,7 +37,7 @@
{{ "all" | i18n }}
</label>
</th>
<th bitCell class="tw-w-full tw-text-left" bitSortable="name" default>{{ "name" | i18n }}</th>
<th bitCell bitSortable="name" default>{{ "name" | i18n }}</th>
<th bitCell>{{ "project" | i18n }}</th>
<th bitCell bitSortable="revisionDate">{{ "lastEdited" | i18n }}</th>
<th bitCell class="tw-w-0">