Skip to content

Commit

Permalink
fix(TMC-1657): Fix DS drawer overflow for title container (#5477)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gbacc authored Dec 19, 2024
1 parent 56151ad commit 121bd2f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/shiny-toes-relate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@talend/design-system': patch
---

TMC-1657 - Fix DS drawer overflow for title container
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
flex-shrink: 0;
flex-basis: tokens.$coral-sizing-l;
font: tokens.$coral-heading-m;

flex-flow: column;
display: flex;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,13 @@ const defaultProps = {
};

const overflowProps = {
...defaultProps,
header: (
<InlineEditing.Text
defaultValue="Haaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
placeholder="Type something..."
label="Iniline edit that overflows"
/>
),
children: (
<InlineEditing.Textarea
defaultValue="Haaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
Expand Down

0 comments on commit 121bd2f

Please sign in to comment.