fix(nc-gui): Wrong chevron Icon in grouping UI

This commit is contained in:
Ramesh Mane
2024-02-07 20:21:19 +00:00
parent a8c0e30a34
commit f5d409b2b7
5 changed files with 13 additions and 17 deletions

View File

@@ -271,7 +271,7 @@ watch(inputWrapperRef, () => {
v-if="!isVisible"
placement="bottom"
class="!absolute right-0 hidden nc-text-area-expand-btn group-hover:block z-3"
:class=" isExpandedFormOpen || isForm ? 'top-1' : 'bottom-1'"
:class="isExpandedFormOpen || isForm ? 'top-1' : 'bottom-1'"
>
<template #title>{{ $t('title.expand') }}</template>
<NcButton type="secondary" size="xsmall" data-testid="attachment-cell-file-picker-button" @click.stop="onExpand">