Skip to content

Commit

Permalink
Table headers are not aligned with columns #1088
Browse files Browse the repository at this point in the history
(cherry picked from commit 4d1b3df)
  • Loading branch information
glebfox committed Oct 17, 2022
1 parent 32ca4f4 commit 7035c8f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -463,4 +463,10 @@ $jmix-table-drag-indicator-color: $v-focus-color;
}
}
}

// Overrides Vaadin value so 'com.vaadin.v7.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow.getRealCellWidth'
// returns correct value for header cells
.#{$primary-stylename}-table td {
box-sizing: content-box;
}
}

0 comments on commit 7035c8f

Please sign in to comment.