Skip to content

Commit

Permalink
chore(ui): enough space, no line break is needed (#327)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Fu <[email protected]>
  • Loading branch information
zyyv and antfu authored Sep 23, 2024
1 parent db5a435 commit 52c6b12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/InstallIconSet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ async function copyText() {
<div lt-md:hidden>
<a
href="https://iconify.design/docs/icons/json.html" target="_blank"
class="my-1 text-sm mt6 block op50 hover:op100 hover:text-primary"
class="block w-fit my-1 text-sm mt6 op50 hover:op100 hover:text-primary"
>
Install Iconify Iconset
</a>
<div class="border-1 border-base rounded w-140 mt1">
<div class="border-1 border-base rounded w-fit min-w-100 mt1">
<div flex="~ gap-4 items-center" p3 border="b base">
<label
v-for="manager in managers" :key="manager"
Expand Down

0 comments on commit 52c6b12

Please sign in to comment.