Skip to content

Commit

Permalink
Fix modal exit button positioning [#161400408]
Browse files Browse the repository at this point in the history
Signed-off-by: Ming Xiao <mxiao@pivotal.io>
  • Loading branch information
reidmit authored and Ming Xiao committed Dec 18, 2018
1 parent c6104ba commit afee8dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/css/modal/modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
&.pui-modal-sm {
width: $modal-sm;
}
}

.pui-modal-close-btn {
position: absolute;
right: $base-unit * 2;
top: $base-unit * 2;
.pui-modal-close-btn {
position: absolute;
right: $base-unit * 2;
top: $base-unit * 2;
}
}

.pui-modal-header {
Expand Down

0 comments on commit afee8dd

Please sign in to comment.