Skip to content

Commit 114250e

Browse files
committed
fix: move first-child to small variant
1 parent 465ff9a commit 114250e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/InfoViewer/InfoViewer.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@
3030

3131
max-width: 100%;
3232
padding-top: 4px;
33-
34-
&:first-child {
35-
padding-top: 0;
36-
}
3733
}
3834

3935
&__label {
@@ -107,5 +103,9 @@
107103
color: var(--g-color-text-secondary);
108104
@include mixins.body-1-typography();
109105
}
106+
107+
.info-viewer__item:first-child {
108+
padding-top: 0;
109+
}
110110
}
111111
}

0 commit comments

Comments
 (0)