diff --git a/resources/css/tooltip.css b/resources/css/tooltip.css index 3d2cbe38..96a7fb2a 100644 --- a/resources/css/tooltip.css +++ b/resources/css/tooltip.css @@ -1,3 +1,7 @@ +.v-popper__popper { + @apply max-w-lg; +} + .v-popper--theme-tooltip .v-popper__inner { @apply bg-primary-400 text-primary-800 px-3 py-1 text-sm; } diff --git a/resources/js/lib/floatingVue.js b/resources/js/lib/floatingVue.js index 6d86b372..5085f51a 100644 --- a/resources/js/lib/floatingVue.js +++ b/resources/js/lib/floatingVue.js @@ -17,4 +17,4 @@ var options = { }, }; -export {Plugin, options}; +export { Plugin, options }; diff --git a/resources/js/views/form/Index.vue b/resources/js/views/form/Index.vue index 0fb216d1..95089c51 100644 --- a/resources/js/views/form/Index.vue +++ b/resources/js/views/form/Index.vue @@ -23,8 +23,8 @@