Skip to content

Commit

Permalink
fix:pairwise-style
Browse files Browse the repository at this point in the history
  • Loading branch information
Maaliciaa committed Nov 21, 2023
1 parent de00885 commit 77b8c5e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/formulaire/Formulaire.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ const useStyles = makeStyles()({
".fr-fieldset, .fr-fieldset__element": {
marginBottom: 0,
},
".pairwise-link": {
marginBottom: "1rem"
},
"input[aria-describedby^='autre-link']": {
marginBottom:"1rem"
},
"legend": {
fontSize: "1.75rem",
lineHeight: "2.25rem",
Expand Down

0 comments on commit 77b8c5e

Please sign in to comment.