Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

[terra-worklist-data-grid] added keyboard support for column resizing #1813

Merged
merged 4 commits into from
Oct 25, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/terra-data-grid/src/DataGrid.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
border-collapse: separate;
border-spacing: 0;
// Allow for resizing of last grid column
margin-right: 30px;
margin-right: 15px;
table-layout: fixed;
user-select: none;
width: 1px;
Expand Down
Loading