style: fix mobile zoom on input focus/blur

This commit is contained in:
dswbx
2025-09-03 08:28:27 +02:00
parent 111b2ae364
commit 8b4bf0d94a
4 changed files with 19 additions and 8 deletions

View File

@@ -122,3 +122,7 @@ body,
@utility debug-blue {
@apply border-blue-500 border;
}
@utility w-min-content {
width: min-content;
width: -webkit-min-content;
}