fix(nc-gui): rich text modal size persist issue

This commit is contained in:
Ramesh Mane
2024-12-07 09:39:58 +00:00
parent c0eb410f67
commit a45c77c2f4
2 changed files with 29 additions and 23 deletions

View File

@@ -427,7 +427,7 @@ const closeTextArea = () => {
</NcButton>
</NcTooltip>
<div class="!sticky right-0.5 bg-white">
<div class="!sticky right-0 pr-0.5 bg-white">
<NcButton v-if="enableCloseButton" type="text" size="small" @click="closeTextArea">
<GeneralIcon icon="close" />
</NcButton>