Skip to content

Commit

Permalink
Question focused frame width (scaling) (#6500)
Browse files Browse the repository at this point in the history
* work for surveyjs/private-tasks#435

* update etalon surveyjs/private-tasks#435

---------

Co-authored-by: OlgaLarina <[email protected]>
  • Loading branch information
OlgaLarina and OlgaLarina authored Feb 3, 2025
1 parent a96f173 commit 2e505a4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/survey-creator-core/src/ctr-variables.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$size-unit: var(--ctr-size-unit, 8px);
$spacing-unit: var(--ctr-spacing-unit, 8px);
$corner-radius-unit: var(--ctr-corner-radius-unit, 8px);
$stroke-unit: var(--ctr-stroke-unit, 1px);
$stroke-unit: Max(var(--ctr-stroke-unit, 1px), 1px);
$font-unit: var(--ctr-font-unit, 8px);
$line-height-unit: var(--ctr-line-height-unit, 8px);
$-font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
Expand Down
2 changes: 1 addition & 1 deletion packages/survey-creator-core/src/lbr-variables.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$lbr-size-unit: var(--lbr-size-unit, 8px);
$lbr-spacing-unit: var(--lbr-spacing-unit, 8px);
$lbr-corner-radius-unit: var(--lbr-corner-radius-unit, 8px);
$lbr-stroke-unit: var(--lbr-stroke-unit, 1px);
$lbr-stroke-unit: Max(var(--lbr-stroke-unit, 1px), 1px);
$lbr-font-unit: var(--lbr-font-unit, 8px);
$lbr-line-height-unit: var(--lbr-line-height-unit, 8px);
$-font-family: var(--lbr-font-family, var(--sjs-font-family, var(--font-family)));
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 2e505a4

Please sign in to comment.