Skip to content

Commit

Permalink
Itsacoyote devrl 508 prosea styling of arrow icon (#33)
Browse files Browse the repository at this point in the history
# What 💻 
* Fix icon styling for external links

# Why ✋
* Absolute positioning was placing the arrow icon in a bad spot when
text wraps around to a new line.
  • Loading branch information
itsacoyote authored May 6, 2024
1 parent f472a65 commit 0301283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/content/ProseA.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<UIcon
v-if="isExternalLink"
name="i-heroicons-arrow-up-right-20-solid"
class="absolute -right-2.5 top-0.5 h-3 w-3 text-xs font-light"
class="absolute -ml-[2px] mt-[4px] h-3 w-3 text-xs font-light"
/>
</NuxtLink>
</template>
Expand Down

0 comments on commit 0301283

Please sign in to comment.