diff --git a/resources/views/components/dropdown/index.blade.php b/resources/views/components/dropdown/index.blade.php
index f9cef97af..c18955a28 100644
--- a/resources/views/components/dropdown/index.blade.php
+++ b/resources/views/components/dropdown/index.blade.php
@@ -11,7 +11,15 @@
{!! $trigger !!}
-
+
has('style'))
+ style="{{ $attributes->get('style') }}"
+ @else
+ style="left: auto; min-width: 10rem;"
+ @endif
+ >
@stack('button_dropdown_start')
{{ $slot }}
diff --git a/resources/views/components/pagination.blade.php b/resources/views/components/pagination.blade.php
index dc1bee82b..4e8c42fe5 100644
--- a/resources/views/components/pagination.blade.php
+++ b/resources/views/components/pagination.blade.php
@@ -5,7 +5,7 @@
@if ($items->firstItem())