jqh 5 년 전
부모
커밋
e30750cfe4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>