mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 18:07:18 +00:00
fix(nc-gui): rich text modal size persist issue
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user