Skip to content

Commit

Permalink
main_members photo grid does not need min-width, and uglifies on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgraham committed May 30, 2019
1 parent e7af872 commit b4f5fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/default/css/cns_member_directory.css
Expand Up @@ -19,7 +19,7 @@
{$BETA_CSS_PROPERTY,box-sizing: border-box;} /* Exact percentage widths are chosen to match the per_row block parameter */
min-width: 30em;
}
.block_main_members__avatars>div {
.block_main_members__avatars>div, .block_main_members__photos>div {
min-width: 0 !important;
}
.block_main_members>div>.box {
Expand Down

0 comments on commit b4f5fae

Please sign in to comment.