From 037e2f0229f30f3eac790cabe385a71a658d89ac Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 17 Aug 2019 21:41:55 -0700 Subject: [PATCH] Adding better title wrap. --- ui/src/components/post-listing.tsx | 2 +- ui/src/css/main.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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;