Skip to content

Commit a782aee

Browse files
author
Brian Genisio
committed
fix styles
1 parent cdd7570 commit a782aee

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

client/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,9 @@ spreadsheetURL: https://docs.google.com/spreadsheets/d/1ouStwWebpGQSREQSGpceyg8H
22
cellsToVerify:
33
- cellName: D2
44
expectedValue: "8"
5+
- cellName: ""
6+
expectedValue: ""
7+
- cellName: ""
8+
expectedValue: ""
9+
- cellName: ""
10+
expectedValue: ""

0 commit comments

Comments
 (0)