Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gjroelofs/9887cdccc0518f3637ef0a005171b313 to your computer and use it in GitHub Desktop.
Save gjroelofs/9887cdccc0518f3637ef0a005171b313 to your computer and use it in GitHub Desktop.
/* Ensure that cards without images don't reserve space for them. */
.card_view--root--1ItV2NTu .card_view--mediaTop--3m6a0XK2 {
box-sizing: border-box;
height: 100%;
margin-left: auto;
margin-right: auto;
padding: 0px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment