Commit c4cd94d7 by chrisndodge

Merge pull request #6583 from…

Merge pull request #6583 from edx/muhhshoaib/shoppingcart-redemption-page-cross-browser-compatibility-fix

fix the redemption page cross browser issue on safari
parents adc64122 4d52ba3a
...@@ -213,7 +213,7 @@ ...@@ -213,7 +213,7 @@
} }
.course-image { .course-image {
display: inline-block; float: left;
width: 223px; width: 223px;
margin-right: ($baseline/2); margin-right: ($baseline/2);
vertical-align: top; vertical-align: top;
...@@ -221,7 +221,7 @@ ...@@ -221,7 +221,7 @@
.enrollment-details { .enrollment-details {
margin-bottom: $baseline; margin-bottom: $baseline;
display: inline-block; float: left;
width: calc(100% - 237px); width: calc(100% - 237px);
.sub-title { .sub-title {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment