Skip to content

Commit

Permalink
Move 20px to wrapper, job-details are always 100% width
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorallen committed Dec 16, 2013
1 parent a21ba18 commit 3f1ba2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/assets/app/scripts/styles/core.less
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ textarea::-webkit-input-placeholder {
}

.right-pane {
padding: 20px 0 100px;
padding: 20px 20px 100px 0;
overflow: scroll;
height: 100%;
}
Expand Down Expand Up @@ -461,7 +461,6 @@ textarea::-webkit-input-placeholder {

.job-details-wrapper {
margin-bottom: 25px;
margin-right: 20px;
}

.job-details-wrapper .details-wrapper {
Expand Down

0 comments on commit 3f1ba2e

Please sign in to comment.