Skip to content

Commit

Permalink
fix: increase sub space card to accomodate larger stats (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e authored Sep 24, 2024
1 parent db5b6d7 commit 78b961c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ui/src/views/Space/Overview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ watchEffect(() => setTitle(props.space.name));
:key="child.id"
:space="child"
:show-about="false"
class="basis-[230px] shrink-0"
class="basis-[240px] shrink-0"
/>
</div>
</div>
Expand Down

0 comments on commit 78b961c

Please sign in to comment.