mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: On mobile flags could cover the topic map
This commit is contained in:
parent
5ca26a7707
commit
4d6c99cb3d
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user