Skip to content

Commit

Permalink
fix: width of group add btn on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousm4x committed Oct 1, 2023
1 parent 372c054 commit d44bea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/lib/components/DeviceForm.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -546,9 +546,9 @@
</div>
{/each}
</div>
<div class="join">
<div class="join max-w-xs">
<input
class="input input-bordered join-item"
class="input input-bordered join-item w-full"
placeholder={$LL.device.groups_placeholder()}
type="text"
bind:value={newGroup}
Expand Down

0 comments on commit d44bea5

Please sign in to comment.