From bed2efec623eaa5749e69cdf828899b4ce38ecd2 Mon Sep 17 00:00:00 2001 From: Larry Davis Date: Sun, 11 Aug 2019 09:20:53 -0700 Subject: [PATCH] Fix Menu chevron vertical alignment, fixes #240 --- components/menu/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/menu/index.css b/components/menu/index.css index c8bdf2ea8e..7e2c9a853e 100644 --- a/components/menu/index.css +++ b/components/menu/index.css @@ -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 {