Skip to content

Commit

Permalink
Resize maincontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-tran committed Jan 20, 2019
1 parent faeee5e commit c7b7094
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion feelsbook/feelsbook/src/components/MainContainer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class MainContainer extends Component {
<Form.Control placeholder="Title" />
</Form.Group>
<Form.Group controlId="exampleForm.ControlTextarea1">
<Form.Control as="textarea" rows="3" placeholder="Write Here!"/>
<Form.Control as="textarea" rows="20" placeholder="Write Here!"/>
</Form.Group>
</Form>
<Button variant="primary">Save Entry</Button>
Expand Down
2 changes: 2 additions & 0 deletions feelsbook/feelsbook/src/components/css/MainContainer.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.MainContainer {
background-color: #ffe49b;
margin: 1rem;
height: 700px;
width: 80%;
}

0 comments on commit c7b7094

Please sign in to comment.