Skip to content

Commit 251b3db

Browse files
authored
FORMS-11432 fix wizard and vertical tabs layout break in authoring (#1148)
1 parent 700eca2 commit 251b3db

File tree

1 file changed

+1
-1
lines changed
  • src/main/archetype/ui.apps/src/main/content/jcr_root/apps/__appId__/components/adaptiveForm/page

1 file changed

+1
-1
lines changed

src/main/archetype/ui.apps/src/main/content/jcr_root/apps/__appId__/components/adaptiveForm/page/customheaderlibs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
#if ($includeFormsheadless == "y" and $aemVersion == "cloud")
3131
<sly data-sly-call="${symbol_dollar}{clientlib.css @ categories='${appId}.forms.react'}" />
3232
#end
33-
<sly data-sly-test="${symbol_dollar}{!wcmmode.edit}" data-sly-call="${symbol_dollar}{clientlib.css @ categories='core.forms.components.runtime.all'}"/>
33+
<sly data-sly-call="${symbol_dollar}{clientlib.css @ categories='core.forms.components.runtime.all'}"/>
3434
</sly>
3535

0 commit comments

Comments
 (0)