Skip to content

Commit

Permalink
style: tweak metric unit of height
Browse files Browse the repository at this point in the history
  • Loading branch information
João Antônio Hamerski Copetti committed Jan 8, 2024
1 parent 0a55ee2 commit a8e0835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ provide('isSearchLoading', isLoading)
<template>
<ToastComponent />
<AppContainer
class="p-6 md:p-10 mx-auto mt-10 w-11/12 md:w-3/4 overflow-auto h-[90vh]"
class="p-6 md:p-10 mx-auto mt-10 w-11/12 md:w-3/4 overflow-auto h-[90%]"
>
<AppTransition
enter-class="fadeIn"
Expand Down

0 comments on commit a8e0835

Please sign in to comment.