jqh 4 years ago
parent
commit
55d5af6797
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/widgets/dropdown.blade.php

+ 1 - 1
resources/views/widgets/dropdown.blade.php

@@ -1,5 +1,5 @@
 @if(! empty($button['text']) || $click)
-    <span class="dropdown" style="display:inline-block">
+    <span class="drop{{ $direction }}" style="display:inline-block">
         <a id="{{ $buttonId }}" class="dropdown-toggle {{ $button['class'] }}" data-toggle="dropdown" href="javascript:void(0)">
             <stub>{!! $button['text'] !!}</stub>
             <span class="caret"></span>