Skip to content

Commit

Permalink
fix: style lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
roger-in-kiva committed Feb 2, 2024
1 parent ae6d829 commit 8ab9d89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/Iwd/ActivityCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:lender-name="lenderName"
/>
<p class="tw-text-base tw-whitespace-nowrap">
{{ lenderName }} contributed ${{ amountLent }}
<span class="data-hj-suppress">{{ lenderName }}</span> contributed ${{ amountLent }}
</p>
</div>
</template>
Expand Down
10 changes: 5 additions & 5 deletions src/components/Iwd/ActivityFeed.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ export default {
</script>
<style scoped lang="postcss">
.hide-scrollbar::-webkit-scrollbar {
@apply tw-hidden;
.hide-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.hide-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
.hide-scrollbar::-webkit-scrollbar {
@apply tw-hidden;
}
</style>

0 comments on commit 8ab9d89

Please sign in to comment.