Skip to content

Commit

Permalink
Use small button for editable text fields in history annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Oct 15, 2018
1 parent 2a422fa commit 67ee358
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/galaxy/scripts/ui/editable-text.js
Expand Up @@ -64,6 +64,7 @@ $.fn.make_text_editable = function(config_dict) {
}
});
button_elt = $("<button/>")
.addClass("btn-sm")
.text("Done")
.click(() => {
set_text(input_elt.val());
Expand Down

0 comments on commit 67ee358

Please sign in to comment.