From cd9fd61831025f994167db6012b1b600610b1362 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Wed, 16 Oct 2019 17:21:32 +0300 Subject: [PATCH] fix: add oneOf buttons vertical space when wrapped to new line --- src/common-elements/schema.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common-elements/schema.ts b/src/common-elements/schema.ts index a091391c9a..5880c84e2f 100644 --- a/src/common-elements/schema.ts +++ b/src/common-elements/schema.ts @@ -18,6 +18,7 @@ export const OneOfLabel = styled.span` export const OneOfButton = styled.li<{ active: boolean }>` display: inline-block; margin-right: 10px; + margin-bottom: 5px; font-size: 0.8em; cursor: pointer; border: 1px solid ${props => props.theme.colors.primary.main};