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

style(details): handle manuscript type overflow

parent 3a60a87d
No related branches found
No related tags found
1 merge request!6Agree/Decline to work on a manuscript
......@@ -77,7 +77,6 @@ const LeftDetails = styled.div`
justify-content: flex-start;
align-items: center;
flex: ${({ flex }) => flex || 1};
max-width: 75%;
`
const RightDetails = styled.div`
......@@ -86,7 +85,6 @@ const RightDetails = styled.div`
justify-content: flex-end;
align-items: center;
flex: ${({ flex }) => flex || 1};
max-width: 75%;
`
const StatusLabel = styled.div`
......@@ -111,6 +109,7 @@ const Row = styled.div`
align-items: center;
width: 100%;
box-sizing: border-box;
flex-wrap: wrap;
`
const ManuscriptType = 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