Skip to content

Commit

Permalink
🐛 fix(civility): correctif taille des boutons radio [DS-3389] (#676)
Browse files Browse the repository at this point in the history
- Corrige la taille des boutons radio du titre d'appel en sm au lieu de md
  • Loading branch information
zellerbaptiste authored Jul 6, 2023
1 parent 3f4b05d commit 6411cd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pattern/civility/example/data/honorific-radio.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ const data = {
data: {
name: 'honorific',
id: uniqueId('honorific'),
label: getText(`option.${key}`, key === 'no-answer' ? 'radio' : 'civility')
label: getText(`option.${key}`, key === 'no-answer' ? 'radio' : 'civility'),
size: 'sm'
}
};
})
Expand Down

0 comments on commit 6411cd7

Please sign in to comment.