Skip to content

Commit

Permalink
Merge branch 'master' into feature-631/remember-side-menu-state
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Nov 22, 2018
2 parents ef36103 + 3374f6c commit c65a915
Show file tree
Hide file tree
Showing 7 changed files with 296 additions and 1,202 deletions.
10 changes: 8 additions & 2 deletions css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1288,10 +1288,16 @@ input.input-inline {
.board-detail__deleted-list__item {
display: flex;
flex-direction: row;
justify-content: space-between;

* {
flex-basis: 20%;
flex-basis: 44px;
}

.title {
flex-grow: 2;
}
.live-relative-timestamp {
flex-grow: 1;
}
}

Expand Down
Loading

0 comments on commit c65a915

Please sign in to comment.