Merge pull request #3 from jasongrout/findreplace

Search and replace
This commit is contained in:
Jonathan Frederic 2015-10-12 15:12:00 -07:00
commit a729745ba0
2 changed files with 1 additions and 11 deletions

View File

@ -195,12 +195,7 @@ define(function(require){
)
)
.append($('<div/>').addClass('form-group')
.append(
$('<div/>')
.addClass('input-group')
.css('width', '100%')
.append(repl)
)
.append(repl)
)
.append(body);

View File

@ -28,9 +28,4 @@
max-height: 60vh;
overflow: auto;
}
& input:last-child {
border-left:none;
}
}