mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
fixed the whitespace issue #1513
This commit is contained in:
parent
fab5dd413a
commit
8968db7b46
2 changed files with 5 additions and 2 deletions
|
@ -82,8 +82,8 @@
|
|||
<td>
|
||||
<a [routerLink]="['/usermanagement/edit/' + u.id]" class="btn btn-sm btn-info-outline">Details/Edit</a>
|
||||
</td>
|
||||
<td *ngIf="!u.isSetup">
|
||||
<a (click)="welcomeEmail(u)" class="btn btn-sm btn-info-outline">Send Welcome Email</a>
|
||||
<td>
|
||||
<a *ngIf="!u.isSetup" (click)="welcomeEmail(u)" class="btn btn-sm btn-info-outline">Send Welcome Email</a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
|
@ -794,4 +794,7 @@ textarea {
|
|||
|
||||
.ui-state-default {
|
||||
border: 1px solid $form-color-lighter;
|
||||
}
|
||||
.ui-treetable tbody td {
|
||||
white-space:inherit;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue