mirror of
https://github.com/codex-team/editor.js
synced 2026-03-15 23:25:47 +01:00
Update code block release.1.5.5 (#176)
This commit is contained in:
parent
c8808e802b
commit
d581856d78
2 changed files with 30 additions and 7 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue