Skip to content

Commit

Permalink
hide overflow on date input
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaorongw committed Jun 17, 2020
1 parent 145a41a commit 5919e6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,18 +104,22 @@ span.today-date {
border-width: 0.5px;
}

/* images */
.emoji {
/* opacity: 0.7; */
width: 27px;
margin-right: 3px;
}

.today-img {
width: 70px;
/* margin-right: 10px; */
}

.addtask-img {
width: 22px;
margin-right: 10px;
}

.SingleDatePickerInput {
border-radius: 5px;
overflow: hidden;
}
2 changes: 1 addition & 1 deletion src/components/TodoInputComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class TodoInput extends Component {
<div className='row'>
<div className='col'>
<Card body className='task-input'
style={{backgroundColor:'rgba(136, 144, 133, 0.7)', borderColor: 'rgb(235, 236, 231)', marginTop:'10px', borderRadius:'20px'}}>
style={{backgroundColor:'rgba(136, 144, 133, 0.6)', borderColor: 'rgb(235, 236, 231)', marginTop:'10px', borderRadius:'20px'}}>
<div className='container'>
<div className='row d-flex justify-content-center align-items-center'>
<div className='col-sm-12 col-lg-1 d-flex justify-content-center align-self-center'>
Expand Down

0 comments on commit 5919e6f

Please sign in to comment.