mirror of
https://github.com/flarum/core.git
synced 2025-08-07 08:56:38 +02:00
Show full description in tooltip
This commit is contained in:
@@ -126,7 +126,7 @@ export default class TagDiscussionModal extends FormModal {
|
||||
}, [
|
||||
tagIcon(tag),
|
||||
m('span.name', highlight(tag.name(), filter)),
|
||||
tag.description() ? m('span.description', tag.description()) : ''
|
||||
tag.description() ? m('span.description', {title: tag.description()}, tag.description()) : ''
|
||||
])
|
||||
: ''
|
||||
))
|
||||
|
Reference in New Issue
Block a user