forked from verdnatura/salix-front
apply nowrap to QTooltip
This commit is contained in:
parent
c7b9f4ce5b
commit
cae42486c8
|
@ -383,7 +383,7 @@ const importBuys = () => {
|
|||
</VnPaginate>
|
||||
<QPageSticky :offset="[20, 20]">
|
||||
<QBtn fab icon="upload" color="primary" @click="importBuys()" />
|
||||
<QTooltip>
|
||||
<QTooltip class="text-no-wrap">
|
||||
{{ t('Import buys') }}
|
||||
</QTooltip>
|
||||
</QPageSticky>
|
||||
|
|
Loading…
Reference in New Issue