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
1 changed files with 3 additions and 0 deletions

View File

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