fix truncation at bottom of editor
This commit is contained in:
parent
67bf9eab35
commit
82f2de5efa
2 changed files with 9 additions and 6 deletions
|
@ -172,12 +172,12 @@ a.label {
|
|||
|
||||
.entry-markdown {
|
||||
left: 0;
|
||||
border-right: #edece4 2px solid;
|
||||
border-right: #ddd 2px solid;
|
||||
}
|
||||
|
||||
.entry-preview {
|
||||
right: 0;
|
||||
border-left: #edece4 2px solid;
|
||||
border-left: #ddd 2px solid;
|
||||
}
|
||||
|
||||
.entry-preview-content {
|
||||
|
@ -204,10 +204,6 @@ a.label {
|
|||
line-height: 1.3em;
|
||||
}
|
||||
|
||||
.ace_content {
|
||||
padding: 40px 3px;
|
||||
}
|
||||
|
||||
.floatingheader {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
@ -221,6 +217,10 @@ a.label {
|
|||
background-color: #eee;
|
||||
}
|
||||
|
||||
#editor {
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
@media (max-width:1000px) {
|
||||
.ace_content {
|
||||
padding: 3px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue