Skip to content

Commit 4d9223b

Browse files
authored
Merge pull request #494 from citation-file-format/493-hint-overlaps-icon
updated placement of the SchemaGuideLink hint
2 parents ba55737 + 8f0eb7c commit 4d9223b

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/components/SchemaGuideLink.vue

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@
1010
color="primary"
1111
/>
1212
<q-tooltip
13-
anchor="center middle"
13+
anchor="center right"
1414
class="bg-primary text-body2 text-white"
15-
self="top left"
15+
self="center left"
16+
transition-show="scale"
17+
transition-hide="scale"
1618
>
17-
Click to access specific documentation
19+
Click the icon to access specific documentation
1820
</q-tooltip>
1921
</a>
2022
</template>

0 commit comments

Comments
 (0)