Closed jimmyhogoboom closed 1 day ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
apollos-micro-service | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 22, 2024 4:29pm |
apollos-web-embeds | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 22, 2024 4:29pm |
🐛 Issue
Closes #232
The "Hey!" part of the prompt was being spaced out excessively by the
for reasons I shall allow to remain unknown. Additionally, the width of the placeholder was not being calculated properly, resulting in awidth
value of[object Object]
.✏️ Solution
Instead of spacing the prompts with a
, use CSS to give it a right margin. Also calculate the placeholder width properly and set it via CSS.🔬 To Test
I haven't been able to reproduce this locally, only was able to test by directly editing the source in the browser to remove the
and usemargin-right: 0.35ch
instead.📸 Screenshots