Skip to content

Commit 0a2cf10

Browse files
committed
reduced gap
1 parent e840bfe commit 0a2cf10

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/app/components/import-data-dialog/import-data-dialog.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1 mat-dialog-title>{{opType === 'import' ? 'Import':'Export'}} Data</h1>
1414
</div>
1515

1616

17-
<div class="row" *ngIf="opType === 'import'">
17+
<div class="row import-value" *ngIf="opType === 'import'">
1818
<div class="left-part">
1919
<div class="label">Value</div>
2020
<div class="commands">

src/app/components/import-data-dialog/import-data-dialog.component.scss

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
mat-form-field {
77
flex: 1;
88
}
9+
&.import-value {
10+
margin-top: -13px;
11+
}
912
.left-part {
1013
font-size: 14px;
1114
width: 100px;

0 commit comments

Comments
 (0)