Skip to content

Commit

Permalink
bug: table action menu - 'Merge Cells' item is not full width of menu
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Nov 14, 2024
1 parent ebf559b commit 8854a26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/svelte-lexical/src/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,7 @@ i.page-break,
border: 0;
max-width: 250px;
min-width: 100px;
width: calc(100% - 16px);
}

.dropdown .item.fontsize-item,
Expand Down

0 comments on commit 8854a26

Please sign in to comment.