Skip to content

Commit 52ea9b0

Browse files
authored
$'syncing commit from monorepo. PR: 294, Title: FIO-9245: Remove unneeded bootstrap class causing display issues in Safari for the data grid while editing the form in the portal' (#135)
Co-authored-by: johnformio <johnformio@users.noreply.github.com>
1 parent 233a60a commit 52ea9b0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/templates/bootstrap4/datagrid/form.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</td>
5757
{% } %}
5858
{% if (ctx.canAddColumn) { %}
59-
<td ref="{{ctx.key}}-container" class="col-md-3">
59+
<td ref="{{ctx.key}}-container">
6060
{{ctx.placeholder}}
6161
</td>
6262
{% } %}

src/templates/bootstrap5/datagrid/form.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</td>
5757
{% } %}
5858
{% if (ctx.canAddColumn) { %}
59-
<td ref="{{ctx.key}}-container" class="col-md-3">
59+
<td ref="{{ctx.key}}-container">
6060
{{ctx.placeholder}}
6161
</td>
6262
{% } %}

0 commit comments

Comments
 (0)