diff options
author | Nick Coutsos <[email protected]> | 2021-10-30 11:09:42 -0400 |
---|---|---|
committer | Nick Coutsos <[email protected]> | 2021-10-30 11:09:42 -0400 |
commit | dd8147497188662355dfa873218506e206a9024e (patch) | |
tree | 4b4aaa85b27068829a40562d9e4baaab2d03b5b4 /application/components/value-picker.vue | |
parent | 463224e6aee1cbb9789e94b55ede11b9c98ff06e (diff) | |
download | keymap-editor-dd8147497188662355dfa873218506e206a9024e.tar.gz keymap-editor-dd8147497188662355dfa873218506e206a9024e.zip |
Show a message when user has installed app for multiple repos
Diffstat (limited to 'application/components/value-picker.vue')
-rw-r--r-- | application/components/value-picker.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/components/value-picker.vue b/application/components/value-picker.vue index fca91f7..e4fdf52 100644 --- a/application/components/value-picker.vue +++ b/application/components/value-picker.vue @@ -141,7 +141,7 @@ export default { </div> </template> -<style> +<style scoped> .dialog { position: absolute; |