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

Fix width of license explanation popover on search filter #1607

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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