mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 02:03:39 +00:00
Fix spacing in the projects and secrets lists (#4807)
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
{{ "all" | i18n }}
|
{{ "all" | i18n }}
|
||||||
</label>
|
</label>
|
||||||
</th>
|
</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 bitSortable="revisionDate">{{ "lastEdited" | i18n }}</th>
|
||||||
<th bitCell class="tw-w-0">
|
<th bitCell class="tw-w-0">
|
||||||
<button
|
<button
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
{{ "all" | i18n }}
|
{{ "all" | i18n }}
|
||||||
</label>
|
</label>
|
||||||
</th>
|
</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>{{ "project" | i18n }}</th>
|
||||||
<th bitCell bitSortable="revisionDate">{{ "lastEdited" | i18n }}</th>
|
<th bitCell bitSortable="revisionDate">{{ "lastEdited" | i18n }}</th>
|
||||||
<th bitCell class="tw-w-0">
|
<th bitCell class="tw-w-0">
|
||||||
|
|||||||
Reference in New Issue
Block a user