Skip to content

Commit

Permalink
Removed huge gap between event location label and name textfield
Browse files Browse the repository at this point in the history
  • Loading branch information
Murali Suresh committed Jan 20, 2017
1 parent 3cab9f2 commit 88f2cc7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions reactJS/app/components/EventPageComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,6 @@ class EventPageComponent extends Component {
</a>
</span>
</div>
<br />
</div>
);
}
Expand Down Expand Up @@ -1125,12 +1124,9 @@ class EventPageComponent extends Component {
<label style={styles.formLabel}> {this.props.eventObj.purpose} </label>
</div>

<br></br>

{this.renderLocation()}

<br></br>


<div>

Expand Down

0 comments on commit 88f2cc7

Please sign in to comment.