Family tree is shown full width
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2023-08-25 19:31:09 +02:00
parent d07bc200c4
commit f873990900

View File

@ -165,6 +165,7 @@ export function ComplexFamilyTree(p: {
</IconButton>
</div>
<div
style={{ width: "100%" }}
className={`f3 ${darkTheme.enabled ? "f3-dark" : "f3-light"}`}
id="FamilyChart"
ref={applyTree}