Skip to content

Commit

Permalink
Fixes brave/brave-browser#5337, removes search icon overlap with wall…
Browse files Browse the repository at this point in the history
…et link
  • Loading branch information
ryanml committed Jul 24, 2019
1 parent 67c251a commit 04d9e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/webui/resources/br_elements/br_toolbar/br_toolbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
overflow: hidden;
text-overflow: ellipsis;
}
@media only screen and (max-width: 1067px) {
@media only screen and (max-width: 1200px) {
.nav-item_text {
display: none;
}
Expand Down

0 comments on commit 04d9e13

Please sign in to comment.