Skip to content

Commit

Permalink
Fix Menu chevron vertical alignment, fixes #240
Browse files Browse the repository at this point in the history
  • Loading branch information
lazd committed Aug 11, 2019
1 parent 0017fe2 commit bed2efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/menu/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,13 @@ governing permissions and limitations under the License.
.spectrum-Menu-checkmark {
display: none;
align-self: flex-start;
margin-top: var(--spectrum-selectlist-option-icon-margin-top);
}

.spectrum-Menu-checkmark,
.spectrum-Menu-chevron {
flex-grow: 0;
margin-left: var(--spectrum-selectlist-option-icon-padding-x);
margin-top: var(--spectrum-selectlist-option-icon-margin-top);
}

.spectrum-Menu-divider {
Expand Down

0 comments on commit bed2efe

Please sign in to comment.