File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ function render() {
252252 </button>
253253 </div>
254254
255- <div style="display: grid; grid-template-columns: 1fr 1fr; gap: var(--UI-Spacing-spacing-m); margin-bottom: var(--UI-Spacing-spacing-m); ">
255+ <div style="display: grid; grid-template-columns: 1fr 1fr; gap: var(--UI-Spacing-spacing-m);">
256256 <div>
257257 <label style="display: block; margin-bottom: var(--UI-Spacing-spacing-xs); font-weight: 500; font-size: var(--Fonts-Body-Default-sm); color: var(--Colors-Text-Body-Medium);">
258258 Cell Name
@@ -375,7 +375,7 @@ function render() {
375375 </button>
376376 </div>
377377
378- <div style="display: grid; grid-template-columns: 1fr 1fr; gap: var(--UI-Spacing-spacing-m); margin-bottom: var(--UI-Spacing-spacing-m); ">
378+ <div style="display: grid; grid-template-columns: 1fr 1fr; gap: var(--UI-Spacing-spacing-m);">
379379 <div>
380380 <label style="display: block; margin-bottom: var(--UI-Spacing-spacing-xs); font-weight: 500; font-size: var(--Fonts-Body-Default-sm); color: var(--Colors-Text-Body-Medium);">
381381 Cell Name
Original file line number Diff line number Diff line change @@ -2,3 +2,9 @@ spreadsheetURL: https://docs.google.com/spreadsheets/d/1ouStwWebpGQSREQSGpceyg8H
22cellsToVerify :
33 - cellName : D2
44 expectedValue : " 8"
5+ - cellName : " "
6+ expectedValue : " "
7+ - cellName : " "
8+ expectedValue : " "
9+ - cellName : " "
10+ expectedValue : " "
You can’t perform that action at this time.
0 commit comments