Skip to content
Snippets Groups Projects
Commit d0f880e3 authored by Bogdan Cochior's avatar Bogdan Cochior
Browse files

fix(ui): fix dashboard title overflow

parent c6145e06
No related branches found
No related tags found
1 merge request!10Sprint #12
...@@ -224,6 +224,7 @@ const LeftDetails = styled.div` ...@@ -224,6 +224,7 @@ const LeftDetails = styled.div`
justify-content: flex-start; justify-content: flex-start;
flex: ${({ flex }) => flex || 1}; flex: ${({ flex }) => flex || 1};
flex-wrap: wrap; flex-wrap: wrap;
max-width: 100%;
` `
const RightDetails = styled.div` const RightDetails = styled.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