From 9219cf6a5b87c0439a889fb6fd8260edf8c1aba4 Mon Sep 17 00:00:00 2001 From: Roland Osborne Date: Fri, 2 Sep 2022 10:18:01 -0700 Subject: [PATCH] padding topic edit area --- net/web/src/session/conversation/topicItem/TopicItem.styled.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/web/src/session/conversation/topicItem/TopicItem.styled.js b/net/web/src/session/conversation/topicItem/TopicItem.styled.js index 4acff7d2..56b49eea 100644 --- a/net/web/src/session/conversation/topicItem/TopicItem.styled.js +++ b/net/web/src/session/conversation/topicItem/TopicItem.styled.js @@ -104,6 +104,8 @@ export const TopicItemWrapper = styled.div` border-radius: 4px; border: 1px solid #aaaaaa; width: 100%; + margin-top: 8px; + margin-bottom: 8px; .controls { display: flex;