mdn / developer-portal

The code that generates the MDN Web Docs Developer Portal.
Mozilla Public License 2.0
61 stars 38 forks source link

De-duplicate use of filter-form in filter-list component #1752

Open stevejalim opened 3 years ago

stevejalim commented 3 years ago

At the moment, the filter-list organism renders two copies of the filter-form molecule, related to how the markup for mobile vs desktop viewports is currently structured.

We should try to avoid this and use something like display: flex instead.

(This may be a duplicate issue)