Skip to content
Snippets Groups Projects
Unverified Commit 78f82236 authored by Nick Fitzpatrick's avatar Nick Fitzpatrick Committed by GitHub
Browse files

adjusting minimum size for scalar (number) cards (#32267)

* adjusting minimum size for scalar (number) cards

* adjusting resize e2e test

* simplfying cy intercept

* reverting e2e test change
parent a4d38675
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ const VISUALIZATION_SIZES = {
default: { width: 12, height: 9 },
},
scalar: {
min: { width: 1, height: 1 },
min: { width: 2, height: 2 },
default: { width: 4, height: 3 },
},
smartscalar: {
......
......@@ -74,7 +74,7 @@ const VISUALIZATION_SIZES: {
default: { width: 12, height: 9 },
},
scalar: {
min: { width: 1, height: 1 },
min: { width: 2, height: 2 },
default: { width: 4, height: 3 },
},
smartscalar: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment