Merge "Bidi-isolate notification bodies"

This commit is contained in:
jenkins-bot 2016-02-29 20:57:18 +00:00 committed by Gerrit Code Review
commit bfcf10c3fa

View file

@ -58,6 +58,9 @@
$( '<div>' )
.addClass( 'mw-echo-ui-notificationItemWidget-content-message-body' )
.append( this.model.getContentBody() )
// dir=auto has a similar effect to wrapping the content in <bdi>, but
// makes text-overflow: ellipsis; behave less strangely
.attr( 'dir', 'auto' )
);
}