Skip to content

Commit

Permalink
fix(design): don't hide last column in ncTable used in widgets (#543)
Browse files Browse the repository at this point in the history
- this is needed because in widgets we don't have the edit-option as last column

Signed-off-by: Florian Steffens <[email protected]>
  • Loading branch information
Florian authored Sep 12, 2023
1 parent e803ba8 commit b2c30e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/components/ncTable/sections/CustomTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ export default {
padding-right: 16px;
}
tr>td:last-child {
tr>td.sticky:last-child {
// visibility: hidden;
opacity: 0;
}
Expand Down

0 comments on commit b2c30e9

Please sign in to comment.