Skip to content

Commit

Permalink
Merge pull request patternfly#763 from srambach/fix-list-caret-shift
Browse files Browse the repository at this point in the history
fix(list-pf): stop horizontal shift when list item is expanded
  • Loading branch information
andresgalante authored Oct 9, 2017
2 parents f9dee43 + 47d9121 commit 6ce64d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/less/list-pf.less
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
}
}

.list-pf-chevron {
min-width: 1.2em; // ensures that the width does not shift when the chevron is sideways
}

.list-pf-chevron,
.list-pf-select {
margin-right: 10px;
Expand Down

0 comments on commit 6ce64d0

Please sign in to comment.