Skip to content

Commit

Permalink
Web interface: mobile friendly input
Browse files Browse the repository at this point in the history
  • Loading branch information
DrZlo13 committed Sep 25, 2023
1 parent 1691aca commit 15c25c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/svelte-portal/src/lib/Input.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
@media (max-width: 520px) {
input {
max-width: 100%;
width: 100%;
}
}
</style>

0 comments on commit 15c25c0

Please sign in to comment.