Skip to content
Snippets Groups Projects
Commit 66c53120 authored by MRdevTagg's avatar MRdevTagg
Browse files

fix(components): fix missed min-width for root container

parent 5e7f8064
No related branches found
No related tags found
1 merge request!585Fixes for ai Tool
......@@ -29,6 +29,7 @@ const Root = styled.div`
flex-direction: column;
margin: 0 10px 10px;
max-width: 95%;
min-width: 500px;
width: var(--ai-tool-width);
div {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment