Skip to content

Commit

Permalink
[IMP] formio: Fix columns unusable in datagrid.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobslee committed Dec 11, 2023
1 parent 1bc5ba9 commit 8d1ce70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions formio/static/src/css/formio_form_embed.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ h3.formio_form_title {
----------
- Browser: Safari 16.6
- This fixes a Data Grid with Columns inside. The columns become too
narrow in Safari!
narrow in Safari !
- GitHub issue: https://github.com/formio/formio.js/issues/5426
**/

#formio_form_app table.datagrid-table tbody tr td:first-child {
width: 100%;
#formio_form_app table.datagrid-table tbody tr td {
width: auto;
}

0 comments on commit 8d1ce70

Please sign in to comment.