Skip to content

Fix alignment of issue fields on small screens

Annabel Dunstone Gray requested to merge autocomplete-mobile into master

What does this MR do and why?

Fix alignment of issue fields on small screens

Screenshots or screen recordings

Before After
Desktop - no change Screenshot_2023-05-24_at_2.12.25_PM Screenshot_2023-05-24_at_2.11.20_PM
Small - Align autocomplete button, fix vertical spacing between issue and template dropdowns, align carets Screenshot_2023-05-24_at_2.12.45_PM Screenshot_2023-05-24_at_2.11.00_PM
Mobile - Make actions dropdown full-width, fix vertical spacing between issue and template dropdowns Screenshot_2023-05-24_at_2.12.57_PM Screenshot_2023-05-24_at_2.11.12_PM

How to set up and validate locally

  • (all the other AI setup)
  • Set feature flags
Feature.enable(:openai_experimentation)
Feature.enable(:generate_description_ai)   
  • Go to issue
  • Click Edit
  • Size down browser window

#411677 (closed)

Edited by Annabel Dunstone Gray

Merge request reports