Skip to content

Commit

Permalink
Merge pull request openshift#2222 from rhamilto/console-376
Browse files Browse the repository at this point in the history
Fix bug where no margin when columns stack on details pages
  • Loading branch information
rhamilto authored Apr 13, 2018
2 parents c938031 + 3a124b9 commit 73c0b8d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions frontend/public/style/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,15 @@
margin-bottom: 30px;
}

.co-m-pane__details dd {
font-size: 14px;
.co-m-pane__details {
// TODO: refactor so <dl>s have margin-bottom by default
margin-bottom: 20px;
.co-detail-table__row & {
margin-bottom: 0;
}
dd {
font-size: 14px;
}
}

.co-m-pane__explanation {
Expand Down

0 comments on commit 73c0b8d

Please sign in to comment.