mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-29 15:25:45 +03:00
Update double cell input width to be fixed (#946)
Fix double cell input width to be fixed
This commit is contained in:
parent
fb1229247d
commit
13f415a859
@ -25,6 +25,10 @@ const StyledContainer = styled.div`
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
|
input {
|
||||||
|
width: ${({ theme }) => theme.spacing(24)};
|
||||||
|
}
|
||||||
|
|
||||||
& > input:last-child {
|
& > input:last-child {
|
||||||
border-left: 1px solid ${({ theme }) => theme.border.color.medium};
|
border-left: 1px solid ${({ theme }) => theme.border.color.medium};
|
||||||
padding-left: ${({ theme }) => theme.spacing(2)};
|
padding-left: ${({ theme }) => theme.spacing(2)};
|
||||||
|
Loading…
Reference in New Issue
Block a user