Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • beat.web beat.web
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 54
    • Issues 54
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • beat
  • beat.webbeat.web
  • Issues
  • #465
Closed
Open
Created May 16, 2017 by Jaden DIEFENBAUGH@jdiefenbaughContributor

Selecting different options in modal breaks select box

(See jdiefenbaugh/beat.web#13)

When adding experiments to a report, you are asked to select which report to try to add the experiments to. The first time you select any available report, the report name correctly shows as the "selected" value. However, after a few times of choosing different reports, the selected report name is pushed to the far right, and you can't read it.

Just by playing around in the browser's inspect mode, I was able to fix this issue by changing the raw HTML. Changing the HTML element that contains the selected report name from a div to a span corrects this - I'm guessing it's because divs are not inline by default, while spans are.

Assignee
Assign to
Time tracking