mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
[SM-308] fix: add word break to table cells in SM (#4239)
This commit is contained in:
parent
2df2f953c2
commit
7447fa7809
@ -50,7 +50,7 @@
|
|||||||
<td bitCell class="tw-w-0 tw-pr-0">
|
<td bitCell class="tw-w-0 tw-pr-0">
|
||||||
<i class="bwi bwi-collection tw-text-xl tw-text-muted" aria-hidden="true"></i>
|
<i class="bwi bwi-collection tw-text-xl tw-text-muted" aria-hidden="true"></i>
|
||||||
</td>
|
</td>
|
||||||
<td bitCell>
|
<td bitCell class="tw-break-all">
|
||||||
<a [routerLink]="[project.id]">{{ project.name }}</a>
|
<a [routerLink]="[project.id]">{{ project.name }}</a>
|
||||||
</td>
|
</td>
|
||||||
<td bitCell>{{ project.revisionDate | date: "medium" }}</td>
|
<td bitCell>{{ project.revisionDate | date: "medium" }}</td>
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
<i class="bwi bwi-wrench tw-text-xl tw-text-muted" aria-hidden="true"></i>
|
<i class="bwi bwi-wrench tw-text-xl tw-text-muted" aria-hidden="true"></i>
|
||||||
</td>
|
</td>
|
||||||
<td bitCell>
|
<td bitCell>
|
||||||
<a [routerLink]="serviceAccount.id">
|
<a [routerLink]="serviceAccount.id" class="tw-break-all">
|
||||||
{{ serviceAccount.name }}
|
{{ serviceAccount.name }}
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
<td bitCell class="tw-w-0 tw-pr-0">
|
<td bitCell class="tw-w-0 tw-pr-0">
|
||||||
<i class="bwi bwi-key tw-text-xl tw-text-muted" aria-hidden="true"></i>
|
<i class="bwi bwi-key tw-text-xl tw-text-muted" aria-hidden="true"></i>
|
||||||
</td>
|
</td>
|
||||||
<td bitCell>{{ secret.name }}</td>
|
<td bitCell class="tw-break-all">{{ secret.name }}</td>
|
||||||
<td bitCell>
|
<td bitCell>
|
||||||
<span
|
<span
|
||||||
*ngFor="let project of secret.projects"
|
*ngFor="let project of secret.projects"
|
||||||
|
Loading…
Reference in New Issue
Block a user