Skip to content

Commit

Permalink
remove last to handle overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
crs2here committed Aug 6, 2017
1 parent 7dda468 commit 933b3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default class Login extends Component {
value={this.state.username}
/>
</Item>
<Item floatingLabel last>
<Item floatingLabel>
<Label>Password</Label>

<Icon active name='lock'/>
Expand Down

0 comments on commit 933b3ff

Please sign in to comment.