Skip to content

Commit

Permalink
fix: final bug fixes after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
HejdaJakub committed Mar 8, 2023
1 parent fadc5fd commit ddf3e3c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 class="page-subtitle d-flex">{{'ROLES.TITLE'| translate}}</h1>
<mat-tab-group>
<mat-tab-group mat-stretch-tabs="false">
<mat-tab>
<ng-template matTabLabel>
{{'USER_DETAIL.DASHBOARD.DIRECT_ROLES' | translate}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h1 class="page-subtitle">{{'AUTHENTICATION.TITLE' | customTranslate | translate
</div>
<button
(click)="onAddAttribute(this.imgAtt, this.imgAttrName, 'AddAuthImgDialogComponent', 'IMG')"
class="me-2 mt-1 action-button"
class="me-2 action-button"
color="accent"
mat-flat-button>
{{'AUTHENTICATION.NEW_IMG' | customTranslate | translate}}
Expand All @@ -27,7 +27,7 @@ <h1 class="page-subtitle">{{'AUTHENTICATION.TITLE_TEXT' | customTranslate | tran
<h4 *ngIf="textAtt" class="security-text">{{textAtt.value}}</h4>
<button
(click)="onAddAttribute(this.textAtt, this.textAttrName, 'AddAuthTextDialogComponent', 'TEXT')"
class="me-2 mt-1 action-button"
class="me-2 action-button"
color="accent"
mat-flat-button>
{{'AUTHENTICATION.NEW_TEXT' | customTranslate | translate}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<mat-form-field (click)="picker.open()" appearance="standard">
<mat-form-field (click)="picker.open()" appearance="fill" class="me-2">
<mat-label>{{'VO_DETAIL.APPLICATION.DATE.LABEL' | translate}}</mat-label>
<mat-date-range-input [max]="endMaxDate" [min]="startMinDate" [rangePicker]="picker">
<input [formControl]="startDate" matStartDate readonly />
Expand Down

0 comments on commit ddf3e3c

Please sign in to comment.