From ddf3bc515d2d21a4747c9e789981b283720495eb Mon Sep 17 00:00:00 2001 From: Kevin Ball Date: Mon, 26 Jun 2017 12:38:08 -0700 Subject: [PATCH] reset menu input to be inline-block --- scss/components/_menu.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/scss/components/_menu.scss b/scss/components/_menu.scss index af4e89a05..62e2dc902 100644 --- a/scss/components/_menu.scss +++ b/scss/components/_menu.scss @@ -70,6 +70,10 @@ $menu-item-background-hover: $light-gray !default; button { margin-bottom: 0; } + + input { + display: inline-block; + } } /// Expands the items of a Menu, so each item is the same width. @@ -192,7 +196,7 @@ $menu-item-background-hover: $light-gray !default; @if $global-flexbox { align-items: center; } - + li + li { margin-#{$dir}: $margin; } @@ -212,12 +216,12 @@ $menu-item-background-hover: $light-gray !default; @if $nested-alignment == right { margin-#{$global-right}: $margin; margin-#{$global-left}: 0; - } + } @else { margin-#{$global-right}: 0; margin-#{$global-left}: $margin; } - + } /// Adds basic styles for icons in menus. -- 2.47.2