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 cfcc9a2 commit f7f0f95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions formio/static/src/css/formio_form_embed.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ h3.formio_form_title {
- 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 f7f0f95

Please sign in to comment.