Skip to content

Commit

Permalink
Bug 1872851 - Firefox View longer typed terms will extend the search …
Browse files Browse the repository at this point in the history
…results box out of view in History section r=kcochrane,fxview-reviewers

Use zero width to indicate that the header should only take up the width of its parent container.

https://stackoverflow.com/a/55041133/6268626

Differential Revision: https://phabricator.services.mozilla.com/D198047
  • Loading branch information
Jonathan Sudiaman committed Jan 16, 2024
1 parent deb95fe commit 17232b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions browser/components/firefoxview/card-container.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@

::slotted([slot=header]) {
flex: 1;
width: 0;
}

::slotted([slot=secondary-header]) {
Expand Down

0 comments on commit 17232b0

Please sign in to comment.