Skip to content

Commit

Permalink
#6302 Incorrect property grid matrix padding variables (#6303)
Browse files Browse the repository at this point in the history
* #6302 Incorrect property grid matrix padding variables
Fixes #6302

* #6302 Incorrect property grid matrix padding variables
Fixes #6302
  • Loading branch information
novikov82 authored Dec 23, 2024
1 parent ade188e commit fa5fe7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
border: 1px solid var(--ctr-survey-placeholder-border-color, $border);
border-radius: var(--ctr-data-table-placeholder-corner-radius);
box-sizing: border-box;
padding: var(--ctr-survey-placeholder-padding-top-with-button, calcSize(6))
var(--ctr-survey-placeholder-padding-right, 0) var(--ctr-survey-placeholder-padding-bottom-with-button, calcSize(6))
var(--ctr-survey-placeholder-padding-left, 0);
padding: var(--ctr-data-table-placeholder-padding-top, calcSize(6))
var(--ctr-data-table-placeholder-padding-right, 0) var(--ctr-data-table-placeholder-padding-bottom, calcSize(6))
var(--ctr-data-table-placeholder-padding-left, 0);
gap: var(--ctr-survey-placeholder-gap, calcSize(0.5));

.spg-matrixdynamic__add-btn {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fa5fe7e

Please sign in to comment.