jqh 5 năm trước cách đây
mục cha
commit
e30750cfe4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Grid/Displayers/Select.php

+ 1 - 1
src/Grid/Displayers/Select.php

@@ -27,7 +27,7 @@ class Select extends AbstractDisplayer
         }
 
         return <<<EOT
-<div class="input-group input-group-sm d-inline">
+<div class="input-group input-group-sm">
     <select style="width: 100%;" class="{$this->selector}" data-url="{$this->url()}" data-name="{$this->column->getName()}">
     $optionsHtml
     </select>