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;