Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3054 from mozilla-services/2516-flex-ie
Browse files Browse the repository at this point in the history
Fix #2516; Tweak flex syntax so shot pages work on IE 11
  • Loading branch information
ianb authored Jun 27, 2017
2 parents e1f2380 + 33d2ae5 commit aad6d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/css/frame.scss
Original file line number Diff line number Diff line change
@@ -227,7 +227,7 @@

.clip-container {
@include flex-container(row, center, center);
flex: 1;
flex: 0 auto;
margin: 20px auto;
max-width: 90%;
}

0 comments on commit aad6d27

Please sign in to comment.