From 0f5f8c937d269f2227b3873b2430e8f5f42f0ae3 Mon Sep 17 00:00:00 2001 From: DIonysos Dajka Date: Wed, 25 Mar 2020 15:30:21 +0100 Subject: [PATCH] fix(InlineList): Tiny middledot alignment fix --- src/InlineList/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/InlineList/index.js b/src/InlineList/index.js index 90de736d..317fa60c 100644 --- a/src/InlineList/index.js +++ b/src/InlineList/index.js @@ -59,7 +59,7 @@ const Wrapper = styled.ul` content: ''; display: inline-block; vertical-align: middle; - margin: 0 0.8ch; + margin: -0.15em 0.8ch 0; width: 0.15em; height: 0.15em; border-radius: 50%;