fix brief alignment issue on channel pages
This commit is contained in:
parent
ce9a3f0ff4
commit
029bd1d559
1 changed files with 1 additions and 1 deletions
|
@ -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...')} />}
|
||||
|
|
Loading…
Add table
Reference in a new issue