We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e3cfc commit 128e672Copy full SHA for 128e672
src/Display/Display.tsx
@@ -44,7 +44,7 @@ export function Display() {
44
})();
45
46
return (
47
- <modal.Component title={t("display settings")}>
+ <modal.Component title={t("display settings")} size="small">
48
<div /*id="fr-display"*/ className="fr-display">
49
<div className={fr.cx("fr-form-group" as any)}>
50
<fieldset className={fr.cx("fr-fieldset")}>
0 commit comments