Page MenuHomePhabricator

Text inputs are longer than available space on small viewports
Closed, ResolvedPublicBUG REPORT

Description

steps to reproduce

what happens

  • some fields are larger than the available container

CleanShot 2024-06-05 at 11.56.07@2x.jpg (960×640 px, 94 KB)

why is this happening?

  • from the codex website
    • The base min-width for the TextInput component is set at @size-1600 (equivalent to 256px in the default Codex theme), but it can be customized to a smaller width if needed. There is no maximum width limit.

Event Timeline

Jdforrester-WMF changed the subtype of this task from "Task" to "Bug Report".
DSmit-WMF changed the task status from Open to In Progress.Jul 8 2024, 2:19 PM
DSmit-WMF claimed this task.

@DSmit-WMF JFYI this work might be indirectly resolved by @gengh's work on the about widget improvements, more on T360610. also, there is an ongoing chat thread on slack re:codex responsiveness.

DSmit-WMF changed the task status from In Progress to Open.Jul 8 2024, 4:05 PM
DSmit-WMF removed DSmit-WMF as the assignee of this task.
DSmit-WMF subscribed.

@gengh Did you fix this? Ill remove it from my list then!

@gengh Did you fix this? Ill remove it from my list then!

@DSmit-WMF i tried to reproduce the issue, but i think it was solved when we changed the about content to be in-page (inside the accordions) rather than in a modal.

www.wikifunctions.org_wiki_Z10096(Small phone).png (960×640 px, 83 KB)

i think we can mark this as resolved or invalid.

Yeah, I thought that aswell. was part of a list of @gengh that would be fixed with the new about widget. can be resolved.