Skip to content

Commit

Permalink
updating styles for dynamic input text field
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitakinger committed Sep 3, 2024
1 parent 9191ed0 commit b1f5664
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/client/src/pages/Editor/ActionForm/Zone/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@
}
}
}
/* DynamicInputTextControl min height and width removed */
& :global(.uqi-dynamic-input-text) {
width: unset !important;
min-height: unset !important;
}

/* Remove when code editor min width is resolved in DynamicTextFeildControl */
& :global(.dynamic-text-field-control) {
Expand Down

0 comments on commit b1f5664

Please sign in to comment.