better spacing for preview list

This commit is contained in:
Justin Palmer
2013-02-13 10:12:25 -08:00
parent 21eb956839
commit ee64cd17d3
2 changed files with 3 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
.command-panel {
padding: 5px;
position: relative;
padding: 0;
}
.command-panel .is-loading {
@@ -20,7 +20,7 @@
.command-panel .preview-list {
max-height: 300px;
overflow: auto;
margin: 10px 0 10px 10px;
margin: 0 0 10px 0;
position: relative;
cursor: default;
}
@@ -81,7 +81,6 @@
.command-panel .prompt-and-editor .editor {
position: relative;
margin-right: -4px;
}
.command-panel .prompt-and-editor {