From 36737204975b73f6e439a0d4af168cac346b962b Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Tue, 27 Nov 2018 11:35:43 +0200 Subject: [PATCH] fix: nested oneOf button spacing fixes #719 --- src/common-elements/schema.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common-elements/schema.ts b/src/common-elements/schema.ts index bf7b34df..a091391c 100644 --- a/src/common-elements/schema.ts +++ b/src/common-elements/schema.ts @@ -1,7 +1,7 @@ import styled from '../styled-components'; export const OneOfList = styled.ul` - margin: 0; + margin: 0 0 3px 0; padding: 0; list-style: none; display: inline-block;