Describe the bug
Expected behaviour
The textarea should use all of the space available.
Potential Solution
I think issue could be solved by adding minWidth: '100%' here
But the textarea is being used in other places across the platform, need to check that by fixing it here, doesn't break somewhere else.
If it breaks somewhere else, propose a solution to fix both.
Describe the bug
Expected behaviour
The textarea should use all of the space available.
Potential Solution
I think issue could be solved by adding
minWidth: '100%'hereBut the textarea is being used in other places across the platform, need to check that by fixing it here, doesn't break somewhere else.
If it breaks somewhere else, propose a solution to fix both.