mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-04 20:47:42 +03:00
don't zoom text on iOS
This commit is contained in:
parent
c3b7625f98
commit
7ec179ce64
@ -884,7 +884,7 @@ function ObjectDetailsTab({
|
||||
<>
|
||||
<div className="text-sm text-primary/40"></div>
|
||||
<Textarea
|
||||
className="h-64"
|
||||
className="text-md h-64"
|
||||
placeholder={t("details.description.placeholder")}
|
||||
value={desc}
|
||||
onChange={(e) => setDesc(e.target.value)}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user