fix(nc-gui): increase width of base context menu

This commit is contained in:
Ramesh Mane
2024-12-26 08:01:48 +01:00
parent f20c0c92fd
commit 8158fe3d7a

View File

@@ -594,7 +594,7 @@ const showNodeTooltip = ref(true)
</NcButton>
<template #overlay>
<NcMenu
class="nc-scrollbar-md"
class="nc-scrollbar-md !min-w-50"
:style="{
maxHeight: '70vh',
overflow: 'overlay',
@@ -888,7 +888,7 @@ const showNodeTooltip = ref(true)
</NcButton>
<template #overlay>
<NcMenu
class="nc-scrollbar-md"
class="nc-scrollbar-md !min-w-50"
:style="{
maxHeight: '70vh',
overflow: 'overlay',