mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-24 21:59:52 -04:00
FIX: On mobile flags could cover the topic map
This commit is contained in:
parent
5ca26a7707
commit
4d6c99cb3d
1 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,8 @@ export default Ember.Component.extend(StringBuffer, {
|
||||||
autoUpdatingRelativeAge(new Date(post.get('postDeletedAt'))) +
|
autoUpdatingRelativeAge(new Date(post.get('postDeletedAt'))) +
|
||||||
"</div>");
|
"</div>");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
buffer.push("<div class='clearfix'></div>");
|
||||||
},
|
},
|
||||||
|
|
||||||
actionTypeById(actionTypeId) {
|
actionTypeById(actionTypeId) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue