Skip to content

Commit

Permalink
Merge pull request #2160 from IgniteUI/dkamburov/fix-273199-20.2
Browse files Browse the repository at this point in the history
style(tree-grid): set content-box explicitly to avoind bootstrap override
  • Loading branch information
ChronosSF authored Oct 27, 2021
2 parents c9c8bee + 499f804 commit cf1946f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/css/structure/modules/infragistics.ui.treegrid.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
margin: 0 6px 0 0px;
min-width: 16px;
cursor: pointer;
box-sizing: content-box;
}

.ui-igtreegrid-expansion-indicator
Expand Down

0 comments on commit cf1946f

Please sign in to comment.