ASU network hero graphic

Webspark 2.12 testing

Here is some body text with a blockquote below it

It was fun! It is not often we get the people who do the work together to give them a forum to get their ideas out there.

Cool name goes hereCool citation goes here

 

Here is some text after the blockquote.

ASU News

WASC-1338

WASC-1338

I found the CSS that is causing the issue with the Card and Image block is this:

.uds-card-and-image-container .card .card-body { display: -webkit-box; }

I think this CSS adjustment may fix it?

.uds-card-and-image-container .card .card-body { display: block; }

WASC-1107