Skip to content

Commit 16c71d5

Browse files
authored
Merge pull request #1342 from masudul-tikweb/master
Fix design issue
2 parents 745960d + 8ab18fe commit 16c71d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eform-client/src/app/plugins/modules/time-planning-pn/modules/registration-devices/components/registration-devices-actions/registration-devices-create-modal/registration-devices-create-modal.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ <h3 mat-dialog-title>{{ 'Create registration device' | translate}}</h3>
2222
required>
2323
</mat-form-field>
2424
</div>
25-
<div mat-dialog-actions class="d-flex flex-row justify-content-end">
25+
<div mat-dialog-actions class="d-flex flex-row justify-content-end align-items-center gap-24">
2626
<button
27-
class="btn-primary"
27+
class="btn-primary btn-primary--icon-left"
2828
(click)="createRegistrationDevice()"
2929
id="{{'registrationDeviceSaveBtn'}}"
3030
>

0 commit comments

Comments
 (0)