mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
refactor(console) jqconsole: set correct order
This commit is contained in:
parent
4c4c7b5df3
commit
714cbdbe82
1 changed files with 3 additions and 3 deletions
|
|
@ -19,9 +19,9 @@
|
|||
}
|
||||
|
||||
.jqconsole {
|
||||
background: #fffdf9;
|
||||
padding: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding : 10px;
|
||||
padding-bottom : 10px;
|
||||
background : #fffdf9;
|
||||
}
|
||||
|
||||
.jqconsole-cursor {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue