Skip to content

Commit d5838fc

Browse files
OlgaLarinaOlga Larina
and
Olga Larina
authored
Co-authored-by: Olga Larina <olga.larina.dev@gmail.com>
1 parent ceb8e9a commit d5838fc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/survey-creator-core/src/components/tabs/logic-ui.scss

+4-1
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,11 @@
100100

101101
.svc-logic-tab__content .svc-logic-paneldynamic__button {
102102
background: none;
103+
box-shadow: none;
103104
appearance: none;
104105
border: none;
105106
padding: 0;
107+
margin: calcSize(0.5);
106108
}
107109

108110
.svc-question-wrapper {
@@ -169,6 +171,7 @@
169171

170172
.sd-paneldynamic__panel-wrapper--in-row {
171173
margin-top: calcSize(2);
174+
align-items: start;
172175
}
173176
}
174177

@@ -178,7 +181,6 @@
178181
background: none;
179182
box-shadow: none;
180183
border-radius: 0;
181-
gap: 0;
182184
overflow: visible;
183185
}
184186
.sd-question__content {
@@ -189,6 +191,7 @@
189191
}
190192
.sd-row {
191193
margin-top: 0;
194+
flex-flow: row wrap;
192195
}
193196
}
194197

0 commit comments

Comments
 (0)