From 6a43d3c49f44094dc984c8bb88e74e37a074c095 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 1 Mar 2025 08:28:11 +0200 Subject: [PATCH] urlbar results in two rows: fix typo in comment. Fixes #520 --- chrome/urlbar_results_in_two_rows.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/urlbar_results_in_two_rows.css b/chrome/urlbar_results_in_two_rows.css index 4d653c7..88a4c98 100644 --- a/chrome/urlbar_results_in_two_rows.css +++ b/chrome/urlbar_results_in_two_rows.css @@ -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; }