Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(work-item.component): change work item layout styles to fill page
Browse files Browse the repository at this point in the history
Closes #1056
  • Loading branch information
mitchharpur authored and joshuawilson committed Mar 3, 2017
1 parent d23d823 commit 252b2c8
Show file tree
Hide file tree
Showing 5 changed files with 276 additions and 200 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
}
}
.work-item-list-page {
>.list-group
{
border-top-width:0 !important;
}
flex:1;
.detail-list-wrap {
flex: auto;
-webkit-flex: auto;
Expand Down
2 changes: 1 addition & 1 deletion src/app/work-item/work-item.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
position: relative;
align-items: stretch;
> header {
padding: 0 rem(20);
border-bottom: 1px solid $color-pf-black-300 !important;
.toolbar-pf {
border-color: transparent;
.toolbar-pf-actions {
Expand Down
1 change: 1 addition & 0 deletions src/assets/stylesheets/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,4 @@
}

@import 'layout';
@import 'overrides-for-patternfly';
Loading

0 comments on commit 252b2c8

Please sign in to comment.