mirror of https://github.com/eyhc1/rendercv.git
classic: fix `education_degree_width` option
This commit is contained in:
parent
d09b64367f
commit
57805f6dd3
|
@ -42,3 +42,8 @@ class ClassicThemeOptions(ThemeOptions):
|
|||
" time span will not be shown in any section."
|
||||
),
|
||||
)
|
||||
margins: MarginsForClassic = pydantic.Field(
|
||||
default=MarginsForClassic(),
|
||||
title="Margins",
|
||||
description="Page, section title, entry field, and highlights field margins.",
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue