Skip to content

Commit

Permalink
fixes #66
Browse files Browse the repository at this point in the history
  • Loading branch information
KABBOUCHI committed Dec 16, 2019
1 parent 30b995d commit b5579fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/field.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion resources/js/components/Index/ImpersonateField.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<a
@click="onClick"
class="impersonate cursor-pointer text-70 hover:text-primary no-underline flex items-center"
class="impersonate cursor-pointer text-70 hover:text-primary no-underline inline-flex items-center"
:style="field.hideText ? 'width:22px' : ''"
:title="__('Impersonate')"
>
Expand Down Expand Up @@ -78,6 +78,7 @@ export default {
parentElement.classList.add("td-fit");
parentElement.style.paddingRight = "0px";
parentElement.style.minWidth = "auto";
}
};
</script>

0 comments on commit b5579fa

Please sign in to comment.