mirror of
https://github.com/flarum/framework.git
synced 2025-04-27 23:24:03 +08:00
Show full description in tooltip
This commit is contained in:
parent
f519a2740b
commit
c04e2e3db2
@ -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()) : ''
|
||||||
])
|
])
|
||||||
: ''
|
: ''
|
||||||
))
|
))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user