Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Dalšne informacije

double space on bookmarks

  • 5 wótegrona
  • 8 ma toś ten problem
  • 166 naglědow
  • Slědne wótegrono wót frfx

Since version 91, now all my bookmarks are doubled spaced and this is too large. I want to go back the way it looked before with single spacing between the bookmarks.

Since version 91, now all my bookmarks are doubled spaced and this is too large. I want to go back the way it looked before with single spacing between the bookmarks.

Wšykne wótegrona (5)

Hey there!

Please see https://support.mozilla.org/en-US/questions/1342447 for how to remove the double spacing.

Hope I helped!

Kind regards,

Bithiah

No excuse. 100% no excuse.

Hey there!

If your problem is solved, please mark an answer as a solution so that others know this thread is solved. Thank you!

Hope I helped!

Kind regards,

Bithiah

Here is the userChrome.css code that will reduce the spacing of menu lists. Follow the directions that explain how to create and use a userChrome.css file at this link.

https://support.mozilla.org/en-US/questions/1338204

_______________________________________________________________________________________________________________________________

/*** Tighten up drop-down/context/popup menu spacing (8 Sep 2021) ***/

menupopup:not(.in-menulist) > menuitem, menupopup:not(.in-menulist) > menu {

 padding-block: 1px !important; /* reduce to 3px, 2px, 1px or 0px as needed */ 
 min-height: unset !important; /* v92.0 - for padding below 4px */

}

root {
 --arrowpanel-menuitem-padding: 4px 8px !important;

}

Knowledgeable volunteers/contributors should fix this problem for good in upcoming versions !!