Skip to content

Commit

Permalink
Merge pull request #2173 from apuliasoft/bugfix/kup-input-panel/neste…
Browse files Browse the repository at this point in the history
…d-grid-width
  • Loading branch information
lucafoscili authored Nov 8, 2024
2 parents 024bc86 + fdc8a2e commit 836ad66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@

&__section {
display: grid;
min-width: 0;

.f-cell__content {
> * {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,7 @@ export class KupInputPanel {
const rowEnd = +field.rowEnd > 0 ? `${field.rowEnd}` : '';

const styleObj = {
'min-width': '0',
'grid-column-start': colStart,
'grid-column-end': colEnd,
'grid-row-start': rowStart,
Expand Down

0 comments on commit 836ad66

Please sign in to comment.