mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #5973] [bug]: Horizontal scrollbar visible in Firefox for body/header input fields #2348
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#2348
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AbishekRaj2007 on GitHub (Mar 11, 2026).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5973
Is there an existing issue for this?
Platform
Web App
Browser
Firefox
Operating System
Windows
Bug Description
What happened?
When a long string is entered in the Header Key field, the text overflows the cell boundary instead of being truncated with an ellipsis (
...). The text spills into adjacent columns (Value, Description) making the UI unreadable and broken.[No error message — this is a visual/UI bug]
What I expected is: Long text in the Header Key field should be clipped and truncated with
...(text-overflow: ellipsis) to stay within its column boundary, consistent with standard table/grid UI behavior.Steps to reproduce
Screenshots
Additional context
Interceptor used: Browser (Web app — hoppscotch.io)
This is a straightforward CSS fix — adding the following to the Key input cell should resolve it:
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
Logs and Console Output
N/A — this is a pure CSS/UI rendering bug. No console errors observed.
Additional details (if relevant)
Deployment Type
Hoppscotch Cloud
Version
v2026.2.1
@nivedin commented on GitHub (Mar 11, 2026):
This issue is already patched in the latest release 2026.2.1