Add indent to editor
This commit is contained in:
parent
6b83a1ff0d
commit
edfee1f643
3 changed files with 108 additions and 60 deletions
|
@ -154,6 +154,14 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
textarea,
|
||||
pre {
|
||||
-moz-tab-size : 4;
|
||||
-o-tab-size : 4;
|
||||
tab-size : 4;
|
||||
}
|
||||
|
||||
|
||||
@media (min-width: 700px) {
|
||||
#common-content {
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue