From a3e6b6928094488501259ac45c4df44c1096b22d Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sun, 8 Oct 2023 09:30:23 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/9274 --- app/src/protyle/render/av/cell.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/protyle/render/av/cell.ts b/app/src/protyle/render/av/cell.ts index f17d32ba1..662722f5b 100644 --- a/app/src/protyle/render/av/cell.ts +++ b/app/src/protyle/render/av/cell.ts @@ -354,7 +354,7 @@ export const popTextCell = (protyle: IProtyle, cellElements: HTMLElement[], type } const cellRect = cellElements[0].getBoundingClientRect(); let html = ""; - const style = `style="position:absolute;left: ${cellRect.left}px;top: ${cellRect.top}px;width:${Math.max(cellRect.width, 200)}px;height: ${cellRect.height}px"`; + const style = `style="position:absolute;left: ${cellRect.left}px;top: ${cellRect.top}px;width:${Math.max(cellRect.width, 100)}px;height: ${cellRect.height}px"`; const blockElement = hasClosestBlock(cellElements[0]); if (["text", "url", "email", "phone", "block"].includes(type)) { html = ``;