Skip to content

Commit

Permalink
reduce the break between checkbox options
Browse files Browse the repository at this point in the history
  • Loading branch information
bcwu committed Jul 22, 2021
1 parent 012b6d2 commit af936b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rsconnect_jupyter/static/connect.js
Original file line number Diff line number Diff line change
Expand Up @@ -1070,13 +1070,13 @@ define([
' <div id="hide-all-input-wrapper">',
' <div id="hide-all-input">',
' <input type="checkbox" id="hide_all_input" name="hide_all_input" value="hide_all_input">',
' <label for="hide_all_input"> Hide all input code cells </label><br></br>',
' <label for="hide_all_input"> Hide all input code cells </label>',
' </div>',
' </div>',
' <div id="hide-tagged-input-wrapper">',
' <div id="hide-tagged-input">',
' <input type="checkbox" id="hide_tagged_input" name="hide_tagged_input" value="hide_tagged_input">',
' <label for="hide_tagged_input"> Hide input code cells with the <span class="code">"hide_input"</span> tag </label><br></br>',
' <label for="hide_tagged_input"> Hide input code cells with the <span class="code">"hide_input"</span> tag </label>',
' </div>',
' </div>',
' <div id="add-files">',
Expand Down

0 comments on commit af936b5

Please sign in to comment.