Skip to content

Commit

Permalink
update panel table content to be same size as header (#5206)
Browse files Browse the repository at this point in the history
  • Loading branch information
CamronStaley authored Dec 2, 2024
1 parent 324b44c commit 4937680
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ export default function TableView(props: ViewPropsType) {
background: isSelected
? selectedCellColor
: "unset",
fontSize: "1rem",
}}
onClick={() => {
handleCellClick(rowIndex, columnIndex);
Expand All @@ -220,6 +221,7 @@ export default function TableView(props: ViewPropsType) {
background: isRowSelected
? selectedCellColor
: "unset",
fontSize: "1rem",
}}
>
{currentRowHasActions ? (
Expand Down

0 comments on commit 4937680

Please sign in to comment.