Page MenuHomePhabricator

[SW] Improve QB's footer layout
Open, Needs TriagePublic

Description

Problem

Currently, the Query Builder's footer columns are separated by a fixed spacing of 120px. This causes the text columns to sometimes become narrower than the space between them:

Screenshot 2024-03-14 at 17.45.58.png (776×1 px, 249 KB)

Solution

Make the spacing flexible, instead of wrapping the content, to improve readability:

  1. The default gap (right padding) between the footer columns can still be 120px.(We probably could achieve this by applying a max-width of 945px to the footer (via .query-builedr-footer) and justifying the content using space between.
  1. The minimum gap between the columns should be 40px. The text within the columns should only wrap to respect that.
  1. The footer should become a single column at and below the 639px (max-width-breakpoint-mobile).
Acceptance criteria
  • The space between the columns in the QB's footer is made flexible down to a minimum gap of 40px

Event Timeline

Arian_Bozorg renamed this task from [SW] [QB] Improve QB's footer layout to [SW] [WtC-M3] [QB] Improve QB's footer layout.Mar 27 2024, 9:36 AM
Sarai-WMDE renamed this task from [SW] [WtC-M3] [QB] Improve QB's footer layout to [SW] Improve QB's footer layout.Mar 27 2024, 10:07 AM