From d105b36453c6506a7a6a2f496f4825fe54f8843a Mon Sep 17 00:00:00 2001 From: svishnev Date: Mon, 15 Jan 2018 18:04:38 +0200 Subject: Dropdown text cut off fix Issue-ID: SDC-932 Change-Id: I3d97521c9afa7897e1185df8c553086dced527a1 Signed-off-by: svishnev --- openecomp-ui/src/nfvo-components/input/validation/Input.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'openecomp-ui/src/nfvo-components/input/validation') diff --git a/openecomp-ui/src/nfvo-components/input/validation/Input.jsx b/openecomp-ui/src/nfvo-components/input/validation/Input.jsx index 9f0e9acca8..33cea933b5 100644 --- a/openecomp-ui/src/nfvo-components/input/validation/Input.jsx +++ b/openecomp-ui/src/nfvo-components/input/validation/Input.jsx @@ -99,6 +99,7 @@ class Input extends React.Component { data-test-id={this.props['data-test-id']} />} {type === 'select' && this.optionSelect(e) } + className='custom-select' componentClass={type} inputRef={(input) => this.input = input} name={name} {...inputProps} -- cgit 1.2.3-korg