fix: spacing in the left menu (#10880)

This commit is contained in:
Hendrik Horstmann
2026-03-03 23:11:30 +01:00
committed by GitHub
parent 437595fa65
commit d1cff91b75
+1 -1
View File
@@ -226,7 +226,7 @@ export const SelectedShapeActions = ({
{(appState.activeTool.type === "text" ||
targetElements.some(isTextElement)) && (
<>
{renderAction("changeFontFamily")}
<fieldset>{renderAction("changeFontFamily")}</fieldset>
{renderAction("changeFontSize")}
{(appState.activeTool.type === "text" ||
suppportsHorizontalAlign(targetElements, elementsMap)) &&