mirror of
https://github.com/usebruno/bruno.git
synced 2025-08-18 20:38:38 +02:00
fix: space on collection docs
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user