fix(formatting): Update Show layout, whitespace and underlines (#18022)

This commit is contained in:
Stuart Taylor
2018-08-17 16:41:08 +01:00
committed by Quincy Larson
parent 336776ccf6
commit ec444f71ad

View File

@ -48,6 +48,10 @@ const styles = `
padding-top: 5px;
}
.show-article a {
text-decoration: underline;
}
.feature-image-wrapper {
padding-top: 32px;
}
@ -194,6 +198,7 @@ class ShowArticle extends Component {
) : null}
</figure>
</div>
<Spacer />
<div dangerouslySetInnerHTML={{ __html: renderableContent }} />
<div className='youtube-wrapper'>
{youtubeId ? (