Display placement options side by side

[MAILPOET-2741]
This commit is contained in:
Pavel Dohnal
2020-03-24 12:25:10 +01:00
committed by Veljko V
parent ff1f979218
commit c38f6febd6
2 changed files with 9 additions and 2 deletions

View File

@@ -97,8 +97,10 @@ const FormPlacementPanel = ({ onToggle, isOpened }) => {
onToggle={onToggle}
className="form-sidebar-form-placement-panel"
>
<FormPlacementOptionBelowPages />
<FormPlacementOptionPopup />
<div className="form-placement-option-list">
<FormPlacementOptionBelowPages />
<FormPlacementOptionPopup />
</div>
<p>{addFormShortcodeHint}</p>
<p>{addFormWidgetHint}</p>
<p>{addFormPhpIframeHint}</p>