We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 589fed1 commit a4f60b5Copy full SHA for a4f60b5
packages/pluggableWidgets/rich-text-web/src/components/ModalDialog/DialogContent.tsx
@@ -70,7 +70,7 @@ export function FormControl(props: FormControlProps): ReactElement {
70
<label
71
htmlFor={inputId}
72
id={`${inputId}-label`}
73
- className={classNames("control-label", formOrientation !== "vertical" && "col-sm-3")}
+ className={classNames("control-label", { "col-sm-3": formOrientation !== "vertical"})}
74
>
75
{label}
76
</label>
0 commit comments