ActionLink looks odd inside an Actions component:

Plus there is no ellipsis or line-break on long text

There is an issue with the title :)
Can you post some code pls?
<Actions>
<ActionButton icon="icon-add" @click="alert('Add')">Add new</ActionButton>
<ActionButton icon="icon-delete" title="Long button" @click="alert('Delete')">This button is associated with a very long text.\nAnd with new lines too.</ActionButton>
<ActionLink icon="icon-add" title="I'm a short title" />
<ActionLink icon="icon-add" title="I'm a very long title that doesn't break for some reason" />
</Actions>

I guess we should only use the title/text combo when there is a title set?
Or we increase the min width? https://github.com/nextcloud/nextcloud-vue/blob/bb92adadae6409f4698b9b284733b72144c971f5/src/mixins/actionGlobal.js#L49
Oh, if i use <ActionLink icon="icon-add">I'm a short title</ActionLink> it shows normally. Why didn't you say that :P
Why didn't you say that :P
...
Have you read the documentation? ^^'
Have you read the documentation? ^^'
Yes, i did :P
There is exactly one example and it uses title
https://nextcloud-vue-components.netlify.com/#/Components/Actions?id=actionlink
Git blame is blaming :drum: :drum: :drum: :drum: @skjnldsv
God dammit!!!