From 0ecfd8adba61ea2e37623a3c965a063bdf4f0a12 Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 30 Mar 2015 18:58:02 -0400 Subject: [PATCH] Fix input size overflow --- src/definitions/elements/input.less | 1 + src/definitions/modules/dropdown.less | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/definitions/elements/input.less b/src/definitions/elements/input.less index 6634df531..15f84f5f2 100755 --- a/src/definitions/elements/input.less +++ b/src/definitions/elements/input.less @@ -35,6 +35,7 @@ } .ui.input input { margin: 0em; + max-width: 100%; flex: 1 0 auto; outline: none; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); diff --git a/src/definitions/modules/dropdown.less b/src/definitions/modules/dropdown.less index d75dd1a97..545b67a66 100755 --- a/src/definitions/modules/dropdown.less +++ b/src/definitions/modules/dropdown.less @@ -57,7 +57,7 @@ min-width: 100%; white-space: @menuWrap; - font-size: 1rem; + font-size: @relativeMedium; text-shadow: none; text-align: @menuTextAlign;