Skip to content

Commit

Permalink
Correct placement of dropdown toggle-icon on the metrics time selection
Browse files Browse the repository at this point in the history
  • Loading branch information
sg00dwin committed Oct 16, 2019
1 parent a1b91bf commit 31bc6c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/public/style/_overrides.scss
Expand Up @@ -148,6 +148,10 @@ h6 {
color: var(--pf-c-button--m-plain--Color);
}

.pf-c-dropdown__toggle.query-browser__span-dropdown-button .pf-c-dropdown__toggle-icon {
margin-left: 6px;
}

// PF components that calculate their correct height based on --pf-global--FontSize--md: 1rem
.pf-c-modal-box,
.pf-c-switch {
Expand Down

0 comments on commit 31bc6c0

Please sign in to comment.