Skip to content

Commit 128e672

Browse files
committed
Make the Display modal small
1 parent b3e3cfc commit 128e672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Display/Display.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export function Display() {
4444
})();
4545

4646
return (
47-
<modal.Component title={t("display settings")}>
47+
<modal.Component title={t("display settings")} size="small">
4848
<div /*id="fr-display"*/ className="fr-display">
4949
<div className={fr.cx("fr-form-group" as any)}>
5050
<fieldset className={fr.cx("fr-fieldset")}>

0 commit comments

Comments
 (0)