Skip to content

Commit 8a72913

Browse files
committed
fix: address versions modal CLS issues
1 parent 2bf037c commit 8a72913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Package/Versions.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,7 @@ function majorGroupContainsCurrent(group: (typeof otherMajorGroups.value)[0]): b
10771077
<!-- Avoids CLS when the dialog has transitioned -->
10781078
<div
10791079
v-if="!hasDistributionModalTransitioned"
1080-
class="w-full aspect-[272/609] sm:aspect-[718/571]"
1080+
class="w-full aspect-[272/609] sm:aspect-[718/592.67]"
10811081
/>
10821082
</PackageChartModal>
10831083
</template>

0 commit comments

Comments
 (0)