diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index dea6f1fbe..7c683cca6 100644 --- a/ui/src/components/post-listing.tsx +++ b/ui/src/components/post-listing.tsx @@ -72,7 +72,7 @@ export class PostListing extends Component { }
-
+
{post.url ? {post.name} : diff --git a/ui/src/css/main.css b/ui/src/css/main.css index 8768caf00..3b5de81df 100644 --- a/ui/src/css/main.css +++ b/ui/src/css/main.css @@ -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;