Skip to content

Commit ddf3e3c

Browse files
committed
fix: final bug fixes after rebase
1 parent fadc5fd commit ddf3e3c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/admin-gui/src/app/users/pages/user-detail-page/user-settings/user-roles/user-roles.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h1 class="page-subtitle d-flex">{{'ROLES.TITLE'| translate}}</h1>
2-
<mat-tab-group>
2+
<mat-tab-group mat-stretch-tabs="false">
33
<mat-tab>
44
<ng-template matTabLabel>
55
{{'USER_DETAIL.DASHBOARD.DIRECT_ROLES' | translate}}

apps/user-profile/src/app/pages/settings-page/settings-authorization/settings-authentication.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h1 class="page-subtitle">{{'AUTHENTICATION.TITLE' | customTranslate | translate
77
</div>
88
<button
99
(click)="onAddAttribute(this.imgAtt, this.imgAttrName, 'AddAuthImgDialogComponent', 'IMG')"
10-
class="me-2 mt-1 action-button"
10+
class="me-2 action-button"
1111
color="accent"
1212
mat-flat-button>
1313
{{'AUTHENTICATION.NEW_IMG' | customTranslate | translate}}
@@ -27,7 +27,7 @@ <h1 class="page-subtitle">{{'AUTHENTICATION.TITLE_TEXT' | customTranslate | tran
2727
<h4 *ngIf="textAtt" class="security-text">{{textAtt.value}}</h4>
2828
<button
2929
(click)="onAddAttribute(this.textAtt, this.textAttrName, 'AddAuthTextDialogComponent', 'TEXT')"
30-
class="me-2 mt-1 action-button"
30+
class="me-2 action-button"
3131
color="accent"
3232
mat-flat-button>
3333
{{'AUTHENTICATION.NEW_TEXT' | customTranslate | translate}}

libs/perun/components/src/lib/date-range/date-range.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<mat-form-field (click)="picker.open()" appearance="standard">
1+
<mat-form-field (click)="picker.open()" appearance="fill" class="me-2">
22
<mat-label>{{'VO_DETAIL.APPLICATION.DATE.LABEL' | translate}}</mat-label>
33
<mat-date-range-input [max]="endMaxDate" [min]="startMinDate" [rangePicker]="picker">
44
<input [formControl]="startDate" matStartDate readonly />

0 commit comments

Comments
 (0)