Update code block release.1.5.5 (#176)

This commit is contained in:
Taly 2017-03-08 17:46:50 +04:00 committed by Peter Savchenko
commit d581856d78
2 changed files with 30 additions and 7 deletions

View file

@ -1,5 +1,7 @@
.ce-code {
display: block;
width: 100%;
min-height: 100px;
border: 1px solid #ebeef3;
border-radius: 3px;
background: #fdfdff !important;
@ -13,6 +15,9 @@
line-height: 1.5em;
color: #325179;
font-size: .8em;
resize: vertical;
outline: none;
}