Skip to content

Commit

Permalink
Fixed #1859 - The toggler icon of Tree/TreeTable is not displaying co…
Browse files Browse the repository at this point in the history
…rrectly in mobile mode
  • Loading branch information
mertsincan committed Mar 9, 2021
1 parent fcad166 commit cfd1e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/tree/Tree.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
display: inline-flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
overflow: hidden;
position: relative;
}
Expand Down
1 change: 1 addition & 0 deletions src/components/treetable/TreeTable.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
display: inline-flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
vertical-align: middle;
overflow: hidden;
position: relative;
Expand Down

0 comments on commit cfd1e9a

Please sign in to comment.