From 486c41ba1165cc93d6614cc5bfb3cdf2d74da6a6 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 26 Mar 2018 21:01:10 -0500 Subject: [PATCH] tidy maintainer cards --- src/FilterLists.Web/ClientApp/components/ListDetails.tsx | 8 ++++---- src/FilterLists.Web/ClientApp/css/site.css | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/FilterLists.Web/ClientApp/components/ListDetails.tsx b/src/FilterLists.Web/ClientApp/components/ListDetails.tsx index da473026f..442a86faa 100644 --- a/src/FilterLists.Web/ClientApp/components/ListDetails.tsx +++ b/src/FilterLists.Web/ClientApp/components/ListDetails.tsx @@ -200,7 +200,7 @@ function EmailAddress(props: any) { function Maintainers(props: any) { return props.maintainers.length > 0 - ?
+ ?
{props.maintainers.map( (maintainer: any) => )}
@@ -213,21 +213,21 @@ function Maintainer(props: any) {

Maintained by {props.maintainer.name}

{props.maintainer.homeUrl - ? Home : null} {props.maintainer.emailAddress ? Email : null} {props.maintainer.twitterHandle ? Twitter diff --git a/src/FilterLists.Web/ClientApp/css/site.css b/src/FilterLists.Web/ClientApp/css/site.css index fdc0630a5..49728e1a1 100644 --- a/src/FilterLists.Web/ClientApp/css/site.css +++ b/src/FilterLists.Web/ClientApp/css/site.css @@ -10,6 +10,6 @@ body, h2, h3, h4, h5, blockquote { } .fl-btn-details-action { - margin-bottom: .2rem; + margin: 0 .2rem .2rem; max-width: 90px; } \ No newline at end of file