Last active
June 5, 2018 19:01
-
-
Save ajorgensen/ddb17c5fdf81d524dc4d3b78e6490650 to your computer and use it in GitHub Desktop.
popup.html.diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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