Merge "Set flex-direction for thumbnails to avoid overflow issues"

This commit is contained in:
jenkins-bot 2018-08-02 13:00:25 +00:00 committed by Gerrit Code Review
commit 6c9f2c6ecb

View File

@ -184,6 +184,8 @@ FIXME: Review all of these hacks to see if they still apply.
justify-content: center;
flex-wrap: wrap;
align-content: flex-start;
// avoid image child overflowing the container (T200518)
flex-direction: column;
> .thumbcaption {
.flex( 1, 0, 100% );