FIX: unread badges should be inline on the category list

This commit is contained in:
Robin Ward 2015-03-27 12:10:21 -04:00
parent 88c4250df7
commit 76fe24251c

View file

@ -0,0 +1,3 @@
export default Ember.Component.extend({
tagName: 'span'
});