Skip to content

Commit

Permalink
fix project show responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
Onatcer committed Apr 21, 2024
1 parent 4446a7e commit 4c1bbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Pages/ProjectShow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ onMounted(() => {
</nav>
</MainContainer>
<MainContainer>
<div class="grid grid-cols-2 gap-x-6 pt-6">
<div class="grid lg:grid-cols-2 gap-x-6 pt-6">
<div>
<CardTitle title="Tasks" :icon="CheckCircleIcon">
<template #actions>
Expand Down

0 comments on commit 4c1bbd7

Please sign in to comment.