Page MenuHomePhabricator

Use Flexbox instead of JavaScript
Closed, ResolvedPublic

Description

Currently, the input fields in big view ports are positioned absolutely, with a height set with JavaScript. This is because on Desktop we want to achieve a 2-column layout and on smaller viewports, we want to achieve a 1-column layout with the input fields (e.g. for address) intermixed with the selection fields (e.g. address type).

A better approach for this would be to restructure the markup and use flexbox.

Related Objects

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript
gabriel-wmde claimed this task.

the laika skin uses flexbox, the skin cat17 is deleted