Skip to content

Commit 423d25b

Browse files
committed
1.2.1cleanup: Relayout Search label text so it doesn't wrap and take up so much vertical space.
1 parent 142a46a commit 423d25b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build/app/view/netcreate/components/Search.jsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,8 @@ class Search extends UNISYS.Component {
7070
/*/ render () {
7171
return (
7272
<FormGroup row>
73-
<Col sm={3}>
73+
<Col>
7474
<Label className="small text-muted">Type to search or add a node:</Label>
75-
</Col>
76-
<Col sm={9}>
7775
<AutoComplete
7876
identifier={thisIdentifier}
7977
disabledValue={this.state.searchString}

0 commit comments

Comments
 (0)