mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 20:24:05 -06:00
FIX: HR in profile causing user badge to behave weirdly
makes no sense to have HR in card anyway so removing them
This commit is contained in:
parent
709ab731c7
commit
1da5060bf8
@ -1,5 +1,6 @@
|
||||
export default Ember.Component.extend({
|
||||
_parse: function() {
|
||||
this.$().find('hr').remove();
|
||||
this.$().ellipsis();
|
||||
}.on('didInsertElement'),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user