Skip to content

Commit a4f60b5

Browse files
authored
Update DialogContent.tsx
1 parent 589fed1 commit a4f60b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pluggableWidgets/rich-text-web/src/components/ModalDialog/DialogContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export function FormControl(props: FormControlProps): ReactElement {
7070
<label
7171
htmlFor={inputId}
7272
id={`${inputId}-label`}
73-
className={classNames("control-label", formOrientation !== "vertical" && "col-sm-3")}
73+
className={classNames("control-label", { "col-sm-3": formOrientation !== "vertical"})}
7474
>
7575
{label}
7676
</label>

0 commit comments

Comments
 (0)