Skip to content

Commit

Permalink
Merge pull request #2157 from IgniteUI/dkamburov/fix-273199
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 committed Oct 27, 2021
2 parents 1e9773b + af71bc1 commit 3a08f84
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 3a08f84

Please sign in to comment.