From 2037bb1caa3c9c63a5795315e8cde59fc7d8ffb1 Mon Sep 17 00:00:00 2001 From: Ricky Stretch Date: Sat, 28 Mar 2026 20:11:25 -0400 Subject: [PATCH] new note bug fix on mobile. --- frontend/src/components/SchedulePage.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/SchedulePage.jsx b/frontend/src/components/SchedulePage.jsx index 55f4a3e..4c5ce61 100644 --- a/frontend/src/components/SchedulePage.jsx +++ b/frontend/src/components/SchedulePage.jsx @@ -864,7 +864,7 @@ function EventDetailModal({ event, onClose, onEdit, onAvailabilityChange, isTool onChange={e=>setNoteInput(e.target.value.slice(0,20))} placeholder="Add a note (optional)" maxLength={20} - style={{flex:1,padding:'7px 10px',borderRadius:'var(--radius)',border:'1px solid var(--border)',background:'var(--surface)',color:'var(--text-primary)',fontSize:13,outline:'none'}} + style={{flex:1,minWidth:0,padding:'7px 10px',borderRadius:'var(--radius)',border:'1px solid var(--border)',background:'var(--surface)',color:'var(--text-primary)',fontSize:13,outline:'none'}} /> {noteInput.length}/20 {myResp&¬eChanged&&(