Skip to content

Commit

Permalink
Fix icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed May 17, 2023
1 parent 802bc77 commit d33468b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/VErrorSection/VNoResults.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
:href="source.url"
variant="bordered-gray"
size="medium"
class="label-bold !w-full justify-between text-dark-charcoal md:!w-auto"
class="label-bold !w-full text-dark-charcoal md:!w-auto"
show-external-icon
:external-icon-size="4"
:external-icon-size="6"
@mousedown="handleClick(source.name)"
>
{{ source.name }}
Expand Down

0 comments on commit d33468b

Please sign in to comment.