Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Fix width of license explanation popover on search filter (#1607)
Browse files Browse the repository at this point in the history
Co-authored-by: Krystle Salazar <krystle.salazar2@gmail.com>
  • Loading branch information
ritesh-pandey and Krystle Salazar authored Aug 8, 2022
1 parent b6a5e91 commit 7fd1b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VFilters/VLicenseExplanation.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="license-explanation w-full max-w-xs p-6">
<div class="license-explanation w-70 max-w-xs p-6">
<h5 class="text-base font-semibold">
<template v-if="isLicense(license)">{{
$t('filters.license-explanation.license-definition')
Expand Down

0 comments on commit 7fd1b9f

Please sign in to comment.