We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa8ef61 + 6c6030c commit 73193b5Copy full SHA for 73193b5
1 file changed
src/Template/Bake/Template/index.ctp
@@ -24,7 +24,7 @@ $fields = collection($fields)
24
<h3 class="box-title"><?= __('List of') ?> <%= $pluralHumanName %></h3>
25
<div class="box-tools">
26
<form action="<?php echo $this->Url->build(); ?>" method="POST">
27
- <div class="input-group input-group-sm">
+ <div class="input-group input-group-sm" style="width: 180px;">
28
<input type="text" name="search" class="form-control" placeholder="<?= __('Fill in to start search') ?>">
29
<span class="input-group-btn">
30
<button class="btn btn-info btn-flat" type="submit"><?= __('Filter') ?></button>
0 commit comments