Merge branch 'master' of github.com:pamit/react-rails-todo-app
This commit is contained in:
commit
da99b8f439
1 changed files with 3 additions and 3 deletions
|
|
@ -59,7 +59,7 @@ input[placeholder] {
|
|||
|
||||
.container {
|
||||
width: 40%;
|
||||
height: 700px;
|
||||
height: 400px;
|
||||
position: relative;
|
||||
margin: 0 auto;
|
||||
border-radius: 5px;
|
||||
|
|
@ -79,7 +79,7 @@ input[placeholder] {
|
|||
.inputContainer .taskInput {
|
||||
padding: 10px;
|
||||
width: 100%;
|
||||
border-radius: 5px;
|
||||
border-radius: 25px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
|
@ -89,7 +89,7 @@ input[placeholder] {
|
|||
top: 160px;
|
||||
right: 0;
|
||||
left: 0;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.deleteTaskBtn {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue