fix brief alignment issue on channel pages

This commit is contained in:
Sean Yesmunt 2018-10-05 13:52:04 -04:00
parent ce9a3f0ff4
commit 029bd1d559

View file

@ -43,7 +43,7 @@ class ShowPage extends React.PureComponent<Props> {
const { claimName } = parseURI(uri);
innerContent = (
<Page notContained>
<section className="card">
<section>
<h1>{claimName}</h1>
<div className="card__content">
{isResolvingUri && <BusyIndicator message={__('Loading decentralized data...')} />}