mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 09:40:41 +00:00
Merge "Bidi-isolate notification bodies"
This commit is contained in:
commit
bfcf10c3fa
|
@ -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' )
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue