Skip to content

Commit

Permalink
Bug Fix: Table Action Menu - stretch Merge Cells item to cover the dr…
Browse files Browse the repository at this point in the history
…opdown width
  • Loading branch information
umaranis committed Nov 19, 2024
1 parent 7a3e18e commit 877aaa3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ function TableActionMenu({
className="item"
onClick={() => mergeTableCellsAtSelection()}
data-test-id="table-merge-cells">
Merge cells
<span className="text">Merge cells</span>
</button>
);
} else if (canUnmergeCell) {
Expand All @@ -482,7 +482,7 @@ function TableActionMenu({
className="item"
onClick={() => unmergeTableCellsAtSelection()}
data-test-id="table-unmerge-cells">
Unmerge cells
<span className="text">Unmerge cells</span>
</button>
);
}
Expand Down

0 comments on commit 877aaa3

Please sign in to comment.