Browse Source

Fixing the offset for links in the list (#184)

Signed-off-by: Mary Anthony <mary@blockstack.com>
feat/clarity-updates
Moxiegirl 6 years ago
committed by GitHub
parent
commit
7caa90f10f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      assets/js/main.js

2
assets/js/main.js

@ -5338,7 +5338,7 @@
selTarget: "", selTarget: "",
widthElement: false, widthElement: false,
showOnUp: false, showOnUp: false,
targetOffset: false targetOffset: true
}, },
computed: { computed: {
selTarget: function(ref, $el) { selTarget: function(ref, $el) {

Loading…
Cancel
Save