fix: space on collection docs

This commit is contained in:
naman-bruno
2025-02-14 17:50:22 +05:30
committed by Anoop M D
parent c997924c42
commit 200732bac5

View File

@@ -1,11 +1,7 @@
import styled from 'styled-components'; import styled from 'styled-components';
const StyledWrapper = styled.div` const StyledWrapper = styled.div`
div.CodeMirror {
.CodeMirror-scroll {
padding-bottom: 0px;
}
}
.editing-mode { .editing-mode {
cursor: pointer; cursor: pointer;
} }