Design improved
This commit is contained in:
parent
57e2b5ed1a
commit
02c83f122a
2 changed files with 21 additions and 18 deletions
|
@ -1,14 +1,14 @@
|
|||
.file-editor {
|
||||
|
||||
#editor{
|
||||
height: 500px;
|
||||
width: 90%;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
textarea{
|
||||
display: block;
|
||||
width: 40%;
|
||||
margin: 10px 0 10px 0;
|
||||
.editor-commit-comment {
|
||||
padding-top:20px;
|
||||
textarea {
|
||||
width: 50%;
|
||||
margin-left: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue