mirror of
https://github.com/flarum/core.git
synced 2025-08-08 01:16:52 +02:00
Show full description in tooltip
This commit is contained in:
@@ -126,7 +126,7 @@ export default class TagDiscussionModal extends FormModal {
|
|||||||
}, [
|
}, [
|
||||||
tagIcon(tag),
|
tagIcon(tag),
|
||||||
m('span.name', highlight(tag.name(), filter)),
|
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