Skip to content

Commit

Permalink
Availability day header fix (#451)
Browse files Browse the repository at this point in the history
* Availability day header fix

* fix order of the properties

Co-authored-by: Ryo Armanda <[email protected]>
  • Loading branch information
domaxi and ryoarmanda authored Mar 21, 2020
1 parent 1d4deaa commit 2fe9569
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions app/assets/stylesheets/availabilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -205,28 +205,30 @@ body {

.edit-places-empty-heading {
border-right: 1px solid $border-grey;
flex: 0 0 auto;
flex: 0 auto auto;
height: 100px;
width: 48px;
}

.heading-group {
display: flex;
flex: 1 1 auto;
overflow: hidden;
}

.places-day-heading {
align-items: flex-end;
align-items: flex-start;
border-right: 1px solid $border-grey;
display: flex;
flex: 1 1 0%;
flex: 1 1 10%;
justify-content: center;
overflow: hidden;
}

.places-day-text {
font-size: 32px;
line-height: 64px;
margin-left: 10px;
//margin-left: 10px;
overflow: hidden;
}

Expand Down

0 comments on commit 2fe9569

Please sign in to comment.