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:
@@ -43,10 +43,10 @@
|
||||
<th bitCell></th>
|
||||
</ng-container>
|
||||
<ng-template bitRowDef let-row>
|
||||
<td bitCell>
|
||||
<td bitCell width="30">
|
||||
<bit-avatar [text]="row.organizationName" [id]="row.id" size="small"></bit-avatar>
|
||||
</td>
|
||||
<td bitCell>
|
||||
<td bitCell width="500">
|
||||
<a [routerLink]="['/organizations', row.organizationId]">{{ row.organizationName }}</a>
|
||||
</td>
|
||||
<td bitCell>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<td bitCell width="30">
|
||||
<bit-avatar [text]="row.organizationName" [id]="row.id" size="small"></bit-avatar>
|
||||
</td>
|
||||
<td bitCell>
|
||||
<td bitCell width="500">
|
||||
<div class="tw-flex tw-items-center tw-gap-4 tw-break-all">
|
||||
<a bitLink [routerLink]="['/organizations', row.organizationId]">{{
|
||||
row.organizationName
|
||||
|
||||
Reference in New Issue
Block a user