mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 21:11:55 +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),
|
||||
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…
Reference in New Issue
Block a user