Skip to content

Commit 73193b5

Browse files
authored
Merge pull request #22 from ooprogramador/index-width-field
Index width field
2 parents aa8ef61 + 6c6030c commit 73193b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Template/Bake/Template/index.ctp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $fields = collection($fields)
2424
<h3 class="box-title"><?= __('List of') ?> <%= $pluralHumanName %></h3>
2525
<div class="box-tools">
2626
<form action="<?php echo $this->Url->build(); ?>" method="POST">
27-
<div class="input-group input-group-sm">
27+
<div class="input-group input-group-sm" style="width: 180px;">
2828
<input type="text" name="search" class="form-control" placeholder="<?= __('Fill in to start search') ?>">
2929
<span class="input-group-btn">
3030
<button class="btn btn-info btn-flat" type="submit"><?= __('Filter') ?></button>

0 commit comments

Comments
 (0)