Skip to content

Commit

Permalink
Increment column width
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Jul 20, 2023
1 parent a1429ca commit 903a453
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ const Wrapper = styled.div`
const DateLabel = styled.div`
display: flex;
flex-direction: column;
min-width: 70px;
padding: 4px 24px 4px 0;
min-width: 65px;
padding: 4px 16px 4px 0;
`

const InnerWrapper = styled.div<{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const Wrapper = styled.div`
display: flex;
flex-direction: column;
max-width: 465px;
width: 32.34%;
width: 34.34%;
overflow-y: auto;
`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const Wrapper = styled.div`
flex-direction: column;
flex-grow: 1;
max-width: 465px;
width: 35.34%;
width: 36.34%;
overflow-y: auto;
/* TODO Handle that in @mtes-mct/monitor-ui. */
Expand Down

0 comments on commit 903a453

Please sign in to comment.