We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 233e8a9 commit e6a93acCopy full SHA for e6a93ac
packages/survey-creator-core/src/components/toolbox/toolbox-tool.scss
@@ -318,6 +318,7 @@
318
.sv-list__container {
319
flex-wrap: wrap;
320
column-gap: calcSize(2);
321
+ row-gap: var(--ctr-toolbox-group-gap, var(--sjs-spacing-x05));
322
}
323
324
.sv-popup__body-content {
@@ -343,6 +344,7 @@
343
344
padding-bottom: var(--ctr-toolbox-submenu-group-margin-bottom-last, var(--sjs-spacing-x150));
345
padding-inline-start: var(--ctr-toolbox-submenu-group-margin-left, var(--sjs-spacing-x150));
346
overflow: visible;
347
+ box-sizing: border-box;
348
349
350
.sv-list__item:hover > .sv-list__item-body,
@@ -395,6 +397,10 @@
395
397
.svc-toolbox__item-title {
396
398
padding: 0;
399
400
+
401
+ .svc-toolbox__tool-content {
402
+ padding-block-start: 0;
403
+ }
404
405
406
.svc-toolbox__tool--dots {
0 commit comments