Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Interface: Minor updates - Add height limitation on container
Browse files Browse the repository at this point in the history
Signed-off-by: Arturo Manzoli <[email protected]>
ArturoManzoli committed Nov 1, 2024
1 parent cbf7f78 commit ec1be82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EditMenu.vue
Original file line number Diff line number Diff line change
@@ -152,7 +152,7 @@
</div>
<v-divider class="opacity-20" />
<div
class="flex flex-row justify-start relative items-center bg-[#CBCBCB2A] elevation-5 2xl:h-full xl:h-[45px] h-[35px] overflow-hidden"
class="flex flex-row justify-start relative items-center bg-[#CBCBCB2A] elevation-5 2xl:h-[55px] xl:h-[45px] h-[35px] overflow-hidden"
>
<v-icon
size="sm"

0 comments on commit ec1be82

Please sign in to comment.