Files
snipe-it/public/assets/css/compiled/code-editor.css
T
2015-02-25 17:50:21 -08:00

14 lines
212 B
CSS

.editor-header {
margin-top: -10px;
}
#editor {
height: 525px;
width: 100%;
border: 1px solid #DDD;
border-radius: 4px;
border-bottom-right-radius: 0px;
margin-bottom: 100px;
margin-top: 25px;
}