Skip to content

Commit

Permalink
[TASK] Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
DIU-PascalFolleher committed Mar 15, 2019
1 parent 02bd924 commit 168cc40
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ prototype(DIU.Grid:Components.Molecule.Grid.Column.One) < prototype(Neos.Fusion:
# Attention: Currently there is no way to escape closing-backticks inside the Expression.
#
renderer = afx`
<div class={'row molecule-grid molecule-grid-column-two' + (props.classNames ? ' ' + props.classNames : '') + (props.addTopSpacing ? ' spacing-top' : '') + (props.addBottomSpacing ? ' spacing-bottom' : '')}>
<DIU.Grid:Components.Atom.Column content={props.column0} />
<div class={'row molecule-grid molecule-grid-column-one' + (props.classNames ? ' ' + props.classNames : '') + (props.addTopSpacing ? ' spacing-top' : '') + (props.addBottomSpacing ? ' spacing-bottom' : '')}>
<DIU.Grid:Components.Atom.Column content={props.column0} classNamaes="col-md-12" />
</div>
`
}

0 comments on commit 168cc40

Please sign in to comment.