Open Issues Need Help
View All on GitHubAI Summary: The issue reports a visual bug where message headers are incorrectly aligned to the center, leading to an uneven layout. The proposed fix involves changing the CSS property `align-items` from `center` to `end` for the `.flow--message .flow--message--header` selector, aligning it with the original design specification.
AI Summary: The `FileDropzone` component currently lacks a `disable` prop, despite the underlying `Aria Dropzone` supporting `isDisabled`. Implementing this feature would require not only passing the prop but also adding new design tokens to ensure the correct visual styling for the disabled state.
AI Summary: Update the Chat Component in the mittwald Flow design system to set the default value of `autoResizeMaxRows` to 10. This involves modifying the component's code and removing any existing overrides in projects like Nexus, followed by cross-application verification of the updated UX.