1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 19:23:52 +00:00

fix width for organizationName column (#12385)

This commit is contained in:
Brandon Treston
2024-12-13 09:43:43 -05:00
committed by GitHub
parent 107ea04c81
commit 67e3858206
2 changed files with 3 additions and 3 deletions

View File

@@ -43,10 +43,10 @@
<th bitCell></th> <th bitCell></th>
</ng-container> </ng-container>
<ng-template bitRowDef let-row> <ng-template bitRowDef let-row>
<td bitCell> <td bitCell width="30">
<bit-avatar [text]="row.organizationName" [id]="row.id" size="small"></bit-avatar> <bit-avatar [text]="row.organizationName" [id]="row.id" size="small"></bit-avatar>
</td> </td>
<td bitCell> <td bitCell width="500">
<a [routerLink]="['/organizations', row.organizationId]">{{ row.organizationName }}</a> <a [routerLink]="['/organizations', row.organizationId]">{{ row.organizationName }}</a>
</td> </td>
<td bitCell> <td bitCell>

View File

@@ -29,7 +29,7 @@
<td bitCell width="30"> <td bitCell width="30">
<bit-avatar [text]="row.organizationName" [id]="row.id" size="small"></bit-avatar> <bit-avatar [text]="row.organizationName" [id]="row.id" size="small"></bit-avatar>
</td> </td>
<td bitCell> <td bitCell width="500">
<div class="tw-flex tw-items-center tw-gap-4 tw-break-all"> <div class="tw-flex tw-items-center tw-gap-4 tw-break-all">
<a bitLink [routerLink]="['/organizations', row.organizationId]">{{ <a bitLink [routerLink]="['/organizations', row.organizationId]">{{
row.organizationName row.organizationName