Adding better title wrap.

pull/722/head
Dessalines 5 years ago
parent e97feea785
commit 037e2f0229

@ -72,7 +72,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
<span title={i18n.t('expand_here')} class="pointer" onClick={linkEvent(this, this.handleImageExpandClick)}><img class="mx-2 mt-1 float-left img-fluid thumbnail rounded" src={post.url} /></span>
}
<div className="ml-4">
<div>
<div className="post-title">
<h6 className="mb-0 d-inline">
{post.url ?
<a className="text-white" href={post.url} target="_blank" title={post.url}>{post.name}</a> :

@ -71,6 +71,10 @@ body, .text-white, .navbar-brand, .badge-light, .btn-secondary {
margin-top: -3px;
}
.post-title {
line-height: 1.0;
}
.icon {
display: inline-flex;
width: 1em;

Loading…
Cancel
Save