We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465ff9a commit 114250eCopy full SHA for 114250e
src/components/InfoViewer/InfoViewer.scss
@@ -30,10 +30,6 @@
30
31
max-width: 100%;
32
padding-top: 4px;
33
-
34
- &:first-child {
35
- padding-top: 0;
36
- }
37
}
38
39
&__label {
@@ -107,5 +103,9 @@
107
103
color: var(--g-color-text-secondary);
108
104
@include mixins.body-1-typography();
109
105
106
+
+ .info-viewer__item:first-child {
+ padding-top: 0;
+ }
110
111
0 commit comments