Skip to content

Commit

Permalink
fix: nested oneOf button spacing
Browse files Browse the repository at this point in the history
fixes #719
  • Loading branch information
RomanHotsiy committed Nov 27, 2018
1 parent 27d195e commit 3673720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common-elements/schema.ts
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 3673720

Please sign in to comment.