Skip to content

Commit

Permalink
chore(css): set correct default flex-basis for image block body
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalsem committed Mar 13, 2019
1 parent 4eeec4f commit 7f00a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/default/elements/components/image_block.css
Original file line number Diff line number Diff line change
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 7f00a89

Please sign in to comment.