From 0162af30c712ce99467b61b067823276c94ec500 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 17 Aug 2019 22:04:17 -0700 Subject: [PATCH] more styles 2. --- ui/src/components/comment-node.tsx | 2 +- ui/src/css/main.css | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ui/src/components/comment-node.tsx b/ui/src/components/comment-node.tsx index 45703945f..b90c2b9a8 100644 --- a/ui/src/components/comment-node.tsx +++ b/ui/src/components/comment-node.tsx @@ -70,7 +70,7 @@ export class CommentNode extends Component { -
+
  • {node.comment.creator_name} diff --git a/ui/src/css/main.css b/ui/src/css/main.css index ef5621717..57e1cb350 100644 --- a/ui/src/css/main.css +++ b/ui/src/css/main.css @@ -59,12 +59,7 @@ body, .text-white, .navbar-brand, .badge-light, .btn-secondary { height: auto; } -.listing { - /* min-height: 61px; */ - margin-bottom: 10px; -} - -.details { +.listing, .comment-node { margin-bottom: 10px; }