Skip to content

Commit

Permalink
fix panel toggle background issue (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
JYSW380 committed Jun 11, 2019
1 parent 8b02b5a commit dda2b34
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -60,9 +60,9 @@ <h2>Panel Grid with 2 columns</h2>
<separator></separator>

<h2>Panel Grid with row and column span</h2>
<component-example [name]="'ex1'">
<component-example [name]="'ex5'">
<p>
<fd-panel-grid-column-span-example></fd-panel-grid-column-span-example>
</p>
</component-example>
<code-example [code]="columnSpanPanelGridHtml" [language]="'HTML'"></code-example>
<code-example [code]="columnSpanPanelGridHtml" [language]="'HTML'"></code-example>

0 comments on commit dda2b34

Please sign in to comment.