-
Notifications
You must be signed in to change notification settings - Fork 402
[ui-importer] fix: settings tab for max width in input fields #4288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
✅ Test files were modified. Ensure that the tests cover all relevant changes. ✅ |
…nal showModal toggle
align-items: stretch; | ||
position: relative; | ||
|
||
.cuix.input { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this correct, that as a child of cuix we need another cuix class?
); | ||
} | ||
columns.push(column); | ||
const columnsConfig: ColumnProps<FileChooserTableData>[] = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How are these changes related to the max width in input fields?
align-items: stretch; | ||
position: relative; | ||
|
||
.cuix.input { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cuix as a child of cuix?
What changes were proposed in this pull request?
How was this patch tested?
Screen.Recording.2025-10-15.at.11.39.23.PM.mov
Please review Hue Contributing Guide before opening a pull request.