Skip to content

Instantly share code, notes, and snippets.

@ajorgensen
Last active June 5, 2018 19:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajorgensen/ddb17c5fdf81d524dc4d3b78e6490650 to your computer and use it in GitHub Desktop.
Save ajorgensen/ddb17c5fdf81d524dc4d3b78e6490650 to your computer and use it in GitHub Desktop.
popup.html.diff
diff --git a/popup.html b/popup.html
index 748ce1d..9599946 100644
--- a/popup.html
+++ b/popup.html
@@ -30,7 +30,7 @@
</div>
<div class="flex-container">
<div class="u-quiet" id="attach-current-tab-container">
- <input type="checkbox" id="attach-current-tab"> Attach <span id="attach-current-tab-url"></span>
+ <label><input type="checkbox" id="attach-current-tab"> Attach <span id="attach-current-tab-url"></span></label>
</div>
<div class="u-right">
<button type="submit" class="button mod-primary" id="confirm-add-card">Add</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment