Page MenuHomePhabricator

Display Preferences text box is too wide on mobile
Closed, ResolvedPublic

Description

The text box overflows the width of the page:

Display_Preferences (1×1 px, 240 KB)

Event Timeline

joshuaspence raised the priority of this task from to Needs Triage.
joshuaspence updated the task description. (Show Details)
joshuaspence added a subscriber: joshuaspence.

The monospaced text also overflows:

// This is what your monospaced font currently looks like.
function helloWorld() {
  alert("Hello world!");
}