let's try no glyph (fw = fixed width) for time gaps

This commit is contained in:
Jeff Atwood 2016-05-12 02:19:27 -07:00
parent 00893ef1de
commit 90e1a0bc34
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ export default createWidget('time-gap', {
tagName: 'div.time-gap.small-action.clearfix', tagName: 'div.time-gap.small-action.clearfix',
html(attrs) { html(attrs) {
return [h('div.topic-avatar', iconNode('clock-o')), return [h('div.topic-avatar', iconNode('fw')),
h('div.small-action-desc', description(attrs))]; h('div.small-action-desc', description(attrs))];
} }
}); });