From cbbfee3b65300d3ba4e0dbcc0f6d4a8613b31b3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn?= Date: Mon, 11 Jul 2016 11:02:01 +0200 Subject: [PATCH] Bug #4629: Fix MB/GB text overlapping dropdown arrow (cherry picked from commit 7131afb39928989305bea8dc1bee3f4466da5ea2) --- src/sunstone/public/app/utils/user-inputs.js | 2 +- src/sunstone/public/scss/app.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/sunstone/public/app/utils/user-inputs.js b/src/sunstone/public/app/utils/user-inputs.js index c870d64235..6c432cb33d 100644 --- a/src/sunstone/public/app/utils/user-inputs.js +++ b/src/sunstone/public/app/utils/user-inputs.js @@ -506,7 +506,7 @@ define(function(require) { _attributeInput(attr_gb) + '' + '
'+ - '' + '' + '' + '' + diff --git a/src/sunstone/public/scss/app.scss b/src/sunstone/public/scss/app.scss index fefa787a8a..d756f217a5 100644 --- a/src/sunstone/public/scss/app.scss +++ b/src/sunstone/public/scss/app.scss @@ -223,4 +223,8 @@ meter { } .alert-color { color: $alert-color; +} + +#mb_input_unit { + width: 4em; } \ No newline at end of file