Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #4299 from jonathansampson/url_suggestions
Browse files Browse the repository at this point in the history
Fix suggestions list overflow (unintentionally introduced when fixing resizing)
  • Loading branch information
bsclifton committed Sep 26, 2016
2 parents 21f0409 + 7e8f964 commit c95cef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion less/navigationBar.less
Expand Up @@ -37,7 +37,6 @@
}

.navbarMenubarFlexContainer {
overflow: hidden;
padding-left: 5px;
padding-top: 5px;
}
Expand Down Expand Up @@ -609,6 +608,7 @@
}

.urlbarForm {
width: 0; // Fixes #4298
align-items: center;
justify-content: center;
height: 24px;
Expand Down

0 comments on commit c95cef9

Please sign in to comment.