Skip to content

Commit

Permalink
Merge pull request #12445 from jdalsem/flex-shorthand
Browse files Browse the repository at this point in the history
chore(css): set correct default flex-basis for image block body
  • Loading branch information
jeabakker committed Mar 13, 2019
2 parents f0ca9d9 + 7f00a89 commit 7688ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/default/elements/components/image_block.css
Expand Up @@ -20,7 +20,7 @@
}

.elgg-image-block > .elgg-body {
flex: 1 1 auto;
flex: 1 1 0%;
}

.elgg-image-block.elgg-chip {
Expand Down

0 comments on commit 7688ebb

Please sign in to comment.