Skip to content

Commit 75229bf

Browse files
committed
Added breaklines on each Fixed Variations code blocks.
1 parent 096befd commit 75229bf

File tree

1 file changed

+7
-7
lines changed
  • src/main/java/gwt/material/design/demo/client/application/components/sidenavs

1 file changed

+7
-7
lines changed

src/main/java/gwt/material/design/demo/client/application/components/sidenavs/SideNavsView.ui.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,19 +81,19 @@
8181
<m:MaterialTitle title="Variation 1 : Floating" />
8282
<m:MaterialImage url="http://i.imgur.com/hKKN3Fy.png" />
8383
<demo:PrettyPre addStyleNames="lang-xml z-depth-1">
84-
&lt;!-- Variation No. 1 - Floating Fixed. -->
85-
&lt;m:MaterialSideNav m:id="sidenav" type="FIXED" alwaysShowActivator="true" showOnAttach="true" backgroundColor="grey lighten-4" top="68" shadow="0">
86-
&lt;!-- Items here -->
84+
&lt;!-- Variation No. 1 - Floating Fixed. --> <br/>
85+
&lt;m:MaterialSideNav m:id="sidenav" type="FIXED" alwaysShowActivator="true" showOnAttach="true" backgroundColor="grey lighten-4" top="68" shadow="0"><br/>
86+
&lt;!-- Items here --><br/>
8787
&lt;/m:MaterialSideNav>
8888
</demo:PrettyPre>
8989

9090
<m:MaterialTitle title="Variation 2 : Clip" />
9191
<m:MaterialImage url="http://i.imgur.com/fhOn7h4.png" />
9292
<demo:PrettyPre addStyleNames="lang-xml z-depth-1">
93-
&lt;!-- Variation No. 2 - Clip Fixed -->
94-
&lt;m:MaterialSideNav m:id="sidenav" type="FIXED" alwaysShowActivator="true" showOnAttach="true" backgroundColor="white" top="64" shadow="0">
95-
&lt;!-- Items here -->
96-
&lt;/m:MaterialSideNav>
93+
&lt;!-- Variation No. 2 - Clip Fixed --><br/>
94+
&lt;m:MaterialSideNav m:id="sidenav" type="FIXED" alwaysShowActivator="true" showOnAttach="true" backgroundColor="white" top="64" shadow="0"><br/>
95+
&lt;!-- Items here --><br/>
96+
&lt;/m:MaterialSideNav><br/>
9797
</demo:PrettyPre>
9898

9999
<!-- CARD -->

0 commit comments

Comments
 (0)