Skip to content

Commit

Permalink
fix(frontdesk): keypad height with search mode buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Fenrikur committed Sep 16, 2024
1 parent dc8c04d commit 86122c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/frontdesk.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class="btn h-100 border align-self-center @if ($type === 'keyword') btn-primary
tabindex="1" autofocus>
<input type="hidden" name="type" value="{{ app('request')->input('type') ?? 'default' }}">
</form>
<div class="container text-center h-75">
<div class="container text-center" style="height: 68% !important">
<div class="row row-cols-3 h-25">
<button type="button"
onclick="document.forms.search.elements.search.value = document.forms.search.elements.search.value + this.innerHTML;"
Expand Down

0 comments on commit 86122c5

Please sign in to comment.