SFDigitalServices / formio-sfds

The form.io theme for sf.gov
https://formio-sfds.herokuapp.com/
MIT License
15 stars 2 forks source link

Datagrid table alignment styling #210

Closed hshaosf closed 2 years ago

hshaosf commented 2 years ago

Currently, the alignment is a little bit off on the DataGrid when error messages are shown (see before), this attempts to fix that (see after).

before style_before

after

style_after
github-actions[bot] commented 2 years ago

Size Change: +7 B (0%)

Total Size: 89.3 kB

Filename Size Change
dist/formio-sfds.standalone.js 68.7 kB +7 B (0%)
ℹ️ View Unchanged | Filename | Size | | :--- | :---: | | `dist/formio-sfds.css` | 14 kB | | `dist/portal.js` | 6.65 kB |

compressed-size-action

hshaosf commented 2 years ago

Given the "fix" itself is relatively straightforward and generic, I would be curious about our thought on whether this should be in this repo, or have the basic styling in the DesSys @shawnbot @coreyhunt

td { vertical-align: baseline; }