Skip to content

Commit 71e69f6

Browse files
committed
Fix divider styling
1 parent cb9a79c commit 71e69f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/ql-vscode/src/view/model-editor/LibraryRow.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ const TitleContainer = styled.button`
3636
`;
3737

3838
const SectionDivider = styled(VscodeDivider)`
39-
padding-top: 0.3rem;
40-
padding-bottom: 0.3rem;
39+
margin-top: 0.3rem;
40+
margin-bottom: 0.8rem;
4141
`;
4242

4343
const NameContainer = styled.div`

0 commit comments

Comments
 (0)