![]() Closes #29858 This PR fixes the alignment-issue for the project saerch for cases where the horizontally available space is large. The issue arose because the two smaller editors within one line were allowed to grow as much as the other editors on separate lines, up to 1200 pixels. However, these two editors should together only take up 1200 pixels at maximum, including the gap between them. To fix this, the editors now live within one container element that grows at the same rate as the other editors whilst allowing both editors to flex grow as needed in the available space. Current main: https://github.com/user-attachments/assets/622016dc-70e5-455f-a7ba-5b69405d7e1e This PR: https://github.com/user-attachments/assets/5244abf7-f0c0-4781-acb7-b774638d8a17 Release Notes: - Improved project search input field alignment. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-GPL |