feat: sample collection + bug fixes

This commit is contained in:
Anoop M D
2022-10-17 00:39:58 +05:30
parent 6573df41b0
commit 241ee5e788
15 changed files with 217 additions and 13 deletions

View File

@@ -3,7 +3,7 @@ import styled from 'styled-components';
const StyledWrapper = styled.div`
div.CodeMirror {
/* todo: find a better way */
height: calc(100vh - 240px);
height: calc(100vh - 220px);
}
`;