urlbar results in two rows: fix typo in comment. Fixes #520

This commit is contained in:
MrOtherGuy
2025-03-01 08:28:11 +02:00
parent 8c371d758a
commit 6a43d3c49f

View File

@@ -1,7 +1,7 @@
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/urlbar_results_in_two_rows.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */
/* Show urlbar rersults on two lines */
/* Show urlbar results on two lines */
.urlbarView-row-inner{ flex-wrap: wrap !important; }