Skip to content

Commit

Permalink
Fiche navire - Correction UI sur l'onglet identité (#3901)
Browse files Browse the repository at this point in the history
## Linked issues

- Resolve #3900

----

- [ ] Tests E2E (Cypress)
  • Loading branch information
louptheron authored Nov 25, 2024
2 parents 7d48e59 + 5ce6006 commit 32201b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const Fields = styled.table<{
padding: 10px 5px 5px 20px;
margin: 10px ${p => (p.isSecondColumn ? 20 : 0)}px 10px ${p => (p.isSecondColumn ? 0 : 20)}px;
display: table;
flex-basis: 205px;
flex-basis: 200px;
flex-shrink: 0;
flex-grow: 0;
`
Expand Down

0 comments on commit 32201b2

Please sign in to comment.