fix(layout): overriding book layout no longer overrides explicit text alignment, closes #2249 (#2254)

This commit is contained in:
Huang Xin
2025-10-17 17:44:32 +08:00
committed by GitHub
parent 4dc191735d
commit f8fef57cf3
5 changed files with 36 additions and 6 deletions
@@ -462,7 +462,7 @@ const LayoutPanel: React.FC<SettingsPanelPanelProp> = ({ bookKey, onRegisterRese
onChange={setParagraphMargin}
min={0}
max={4}
step={0.2}
step={0.1}
/>
<NumberInput
label={_('Line Spacing')}