Skip to content

Commit 9fd9172

Browse files
committed
Adjust layout
1 parent 6a2634f commit 9fd9172

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

src/main/webapp/WEB-INF/web-layouts/page/cms-layout.xml

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -264,17 +264,21 @@
264264
</widget>
265265
</page>
266266
<page name="/assets/drawio" title="Diagram Viewer" class="full-page">
267-
<widget name="drawIOViewer">
268-
<toolbar>zoom layers pages</toolbar>
269-
<toolbar-position>top</toolbar-position>
270-
<toolbar-nohide>true</toolbar-nohide>
271-
<zoom>1</zoom>
272-
<nav>true</nav>
273-
<resize>true</resize>
274-
<editable>false</editable>
275-
<edit>false</edit>
276-
<lightbox>false</lightbox>
277-
</widget>
267+
<section class="grid-x grid-margin-x platform-no-margin">
268+
<column class="small-12 cell">
269+
<widget name="drawIOViewer">
270+
<toolbar>zoom layers pages</toolbar>
271+
<toolbar-position>top</toolbar-position>
272+
<toolbar-nohide>true</toolbar-nohide>
273+
<zoom>1</zoom>
274+
<nav>true</nav>
275+
<resize>true</resize>
276+
<editable>false</editable>
277+
<edit>false</edit>
278+
<lightbox>false</lightbox>
279+
</widget>
280+
</column>
281+
</section>
278282
</page>
279283
<page name="/assets/captcha">
280284
<widget name="captchaImage" />

0 commit comments

Comments
 (0)