Skip to content

Commit

Permalink
fix: add oneOf buttons vertical space when wrapped to new line
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Oct 16, 2019
1 parent ce885f8 commit cd9fd61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common-elements/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit cd9fd61

Please sign in to comment.