Skip to content

Commit

Permalink
Merge pull request #11023 from cetincakiroglu/bugfix
Browse files Browse the repository at this point in the history
Fixed #11021 | Table ColResize Expand Mode not Compatible with Table …
  • Loading branch information
yigitfindikli committed Jan 3, 2022
2 parents f47f8e4 + 2acaa5e commit 8e60cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/table/table.css
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
white-space: nowrap;
}

.p-datatable-resizable .p-resizable-column {
.p-datatable-resizable .p-resizable-column:not(.p-forzen-column) {
background-clip: padding-box;
position: relative;
}
Expand Down

0 comments on commit 8e60cc4

Please sign in to comment.