Skip to content

Commit

Permalink
fix pivot samples styles
Browse files Browse the repository at this point in the history
  • Loading branch information
dkamburov committed May 21, 2021
1 parent 8b31ffd commit cc4bfa9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
:host /deep/ #dataSelector, #pivotGrid {
float: left;
}
#pivotGrid {
width: 75%;
}
#dataSelector, #pivotGrid_container {
float: left;
}
#pivotGrid_container {

:host /deep/ #pivotGrid_container {
float: right;
width: 75%;
}
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
:host /deep/ #dataSelector, #pivotGrid {
float: left;
}
#pivotGrid {
width: 75%;
}

#dataSelector, #pivotGrid_container {
float: left;
}
#pivotGrid_container {
:host /deep/ #pivotGrid_container {
float: right;
width: 70%;
}

0 comments on commit cc4bfa9

Please sign in to comment.