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

Commit

Permalink
fix(detail page): Save icon next to area click-able. Fixes #1234.
Browse files Browse the repository at this point in the history
  • Loading branch information
nimishamukherjee authored and michaelkleinhenz committed Mar 23, 2017
1 parent d3e4185 commit 7c4dbbd
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,6 @@ pre {
border: none;
border-bottom: 1px solid $color-pf-black-500;
padding-left: em(20);
margin-right: em(20);
}

.item-ul {
Expand Down Expand Up @@ -492,6 +491,13 @@ pre {
}
}
}
.btn-bar {
margin-left: 5px;
span {
z-index: 11;
}
}

}

@media (max-width: $grid-float-breakpoint){
Expand Down

0 comments on commit 7c4dbbd

Please sign in to comment.