From d5d293ddf7ffd740fbdabfd04c74186b0ddff5b8 Mon Sep 17 00:00:00 2001 From: jlukic Date: Wed, 15 Jan 2014 15:32:24 -0500 Subject: [PATCH] Slight update to input sizing inside menus #553 --- src/collections/menu.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/collections/menu.less b/src/collections/menu.less index 64b61fcfe..11fdc3028 100755 --- a/src/collections/menu.less +++ b/src/collections/menu.less @@ -239,11 +239,12 @@ ---------------*/ .ui.menu:not(.vertical) .item > .input { - margin-top: -0.83em; - margin-bottom: -0.83em; + margin-top: -0.85em; + margin-bottom: -0.85em; padding-top: 0.3em; padding-bottom: 0.3em; width: 100%; + vertical-align: top; } .ui.menu .item > .input input { padding-top: 0.5em;