This commit is contained in:
Sam Potts
2019-06-21 12:34:49 +10:00
parent dfc09b8e04
commit 2488299d7b

View File

@ -12,11 +12,11 @@
align-items: center; align-items: center;
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
min-width: 0; // Fix for Edge issue where content would overflow
text-align: center; text-align: center;
.plyr__progress__container { .plyr__progress__container {
flex: 1; flex: 1;
min-width: 0; // Fix for Edge issue where content would overflow
} }
// Spacing // Spacing