Skip to content

fix Resolved Discussions counter wrapping to next line

Simon Knox requested to merge 31106-tabs-alignment into master

What does this MR do?

Use flexbox for scrollable-tabs to always prevent items wrapping

Are there points in the code the reviewer needs to double check?

  • 2px bottom border was previously margin/padding combination. There may be some remaining 1px paddings that need removal

Screenshots (if relevant)

Only tabs tabs scrollable

separate rows:

Screen_Shot_2017-05-11_at_10.06.50_pm_copy

Tabs overflow and scroll:

Screen_Shot_2017-05-11_at_10.06.31_pm_copy

Discussions button right aligned:

Screen_Shot_2017-05-11_at_10.06.58_pm_copy

Also fixes vertical alignment on MR tabs:

Previously:

Screen_Shot_2017-04-19_at_11.30.09_am

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #31106 (closed)

Merge request reports