Skip to content

Commit

Permalink
Merge branch 'main' into rep-591-daterangepicker-rtl
Browse files Browse the repository at this point in the history
  • Loading branch information
kaydwithers authored Sep 1, 2023
2 parents e469c5b + 130cb0c commit 5a642c5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/shy-steaks-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@kaizen/draft-table": patch
---

fix checkbox focus on table header row
4 changes: 4 additions & 0 deletions draft-packages/table/KaizenDraft/Table/Table.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ $row-height-data-variant: 48px;
.headerRowCell .headerRowCellTooltip {
display: flex;
align-items: stretch;
}

// overflow has to be set at this level as well as on the heading for some reason ¯\_(ツ)_/¯
.headerRowCell.headerRowCellNoWrap .headerRowCellTooltip {
overflow: hidden;
}

Expand Down

0 comments on commit 5a642c5

Please sign in to comment.