Skip to content

Commit e2cb829

Browse files
committed
fix: labels left padding style
1 parent 6fb8569 commit e2cb829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular-sdk-components/src/lib/_components/template/field-value-list/field-value-list.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
column-gap: calc(2 * 0.5rem);
55
row-gap: calc(2 * 0.5rem);
66
align-items: start;
7+
padding-block: 8px;
78
}
89
.psdk-value {
910
margin: 8px 0px;
@@ -14,5 +15,4 @@
1415
font-size: 1.25rem;
1516
}
1617
.psdk-val-labels-left {
17-
margin: 8px 0px;
1818
}

0 commit comments

Comments
 (0)