2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00

FIX: On mobile flags could cover the topic map

This commit is contained in:
Robin Ward 2015-09-23 14:42:59 -04:00
parent 5ca26a7707
commit 4d6c99cb3d

View file

@ -83,6 +83,8 @@ export default Ember.Component.extend(StringBuffer, {
autoUpdatingRelativeAge(new Date(post.get('postDeletedAt'))) +
"</div>");
}
buffer.push("<div class='clearfix'></div>");
},
actionTypeById(actionTypeId) {