Skip to content

Commit

Permalink
fix(core/presentation): Fix details standalone view size
Browse files Browse the repository at this point in the history
  • Loading branch information
jrsquared committed Mar 30, 2017
1 parent 585a2f7 commit d2bdcb3
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions app/scripts/modules/core/presentation/details.less
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,17 @@
}
}

.container {
.standalone {
margin-top: 20px;
.details-panel {
display: block;
width: 100%;
border-bottom-width: 1px;
.header {
padding-top: 0;
}
.standalone {
margin-top: 20px;
.details-panel {
display: block;
width: 100%;
border-bottom-width: 1px;
.header {
padding-top: 0;
}
.content {
flex: 1 0 auto;
}
}
}
Expand Down

0 comments on commit d2bdcb3

Please sign in to comment.