diff --git a/CHANGELOG.md b/CHANGELOG.md index f096ace72..4d3c33a0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ Web UI version numbers should always match the corresponding version of LBRY App * ### Fixed - * + * Long channel names causing inconsistent thumbnail sizes (#721) * ### Deprecated diff --git a/ui/js/component/uriIndicator/view.jsx b/ui/js/component/uriIndicator/view.jsx index f9c9dc779..bff2cbf97 100644 --- a/ui/js/component/uriIndicator/view.jsx +++ b/ui/js/component/uriIndicator/view.jsx @@ -60,7 +60,7 @@ class UriIndicator extends React.PureComponent { const inner = ( - {channelName} {" "} + {channelName} {" "} {!signatureIsValid ?