Skip to content

Commit

Permalink
fix: prevent overflow on version page
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Jun 16, 2024
1 parent b18cb80 commit f69efdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ async function restoreVersion() {

<template>
<div v-if="projectVersion" class="flex lt-md:flex-col flex-wrap lg:flex-nowrap gap-4 firefox-hack">
<section class="basis-full lg:basis-11/15 overflow-clip">
<section class="max-w-full basis-full lg:basis-11/15 overflow-clip">
<div class="flex gap-2 justify-between">
<div>
<h2 class="text-3xl sm:inline-flex items-center gap-x-1">
Expand Down

0 comments on commit f69efdd

Please sign in to comment.