Skip to content

Commit

Permalink
mysteriously fix the background issue on grid item
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Lasky committed Oct 28, 2016
1 parent 14c041c commit e754b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/strand-grid-item/strand-grid-item.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</span>
<span class="columnContent" hidden$="{{_isOverridden(column.field, _overridden.*)}}">[[_computeColumnValue(column.field, model, model.*)]]</span>
</template>
<template is="dom-if" if="{{!model}}">
<template is="dom-if" if="{{!model}}" restamp>
<span class="columnContent fake-content" style$="width:[[_setRandomWidth(column.field)]];">&nbsp;</span>
</template>
</div>
Expand Down

0 comments on commit e754b89

Please sign in to comment.