gitlabhq/app/assets/stylesheets/sections/editor.scss
Dmitriy Zaporozhets 02c83f122a Design improved
2012-10-12 20:07:24 +03:00

15 lines
209 B
SCSS

.file-editor {
#editor{
height: 500px;
width: 100%;
position: relative;
}
.editor-commit-comment {
padding-top:20px;
textarea {
width: 50%;
margin-left: 20px;
}
}
}