From 819a078dc7c5146d5990348cc4989bb518b572af Mon Sep 17 00:00:00 2001 From: Andrew Golubev Date: Sun, 10 Sep 2017 15:07:45 +0300 Subject: [PATCH] =?UTF-8?q?Fix=20.ui.button=20not=20inheriting=20.ui.actio?= =?UTF-8?q?n.input=E2=80=99s=20size?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/definitions/elements/input.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/definitions/elements/input.less b/src/definitions/elements/input.less index 0778af303..7688db51c 100755 --- a/src/definitions/elements/input.less +++ b/src/definitions/elements/input.less @@ -408,6 +408,7 @@ display: flex; align-items: center; flex: 0 0 auto; + font-size: inherit; } .ui.action.input > .button, .ui.action.input > .buttons > .button {