Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

URL bar popup menu text spaced out (kerning/tracking issue)

  • 1 பதிலளி
  • 0 இந்த பிரச்னைகள் உள்ளது
  • Last reply by Slouch

Hi All,

Is there any reason why the menu item text in the URL popup menu is so spaced out in FF 115 and 125?

It's the only menu I've found like that.

See attached screenshots. The one on the left is FF 115, and the one on the right is FF 88 (more normal).

Is there a way to fix this?

And also remove that "Add" menu item at the bottom?

If so, please reply!

Hi All, Is there any reason why the menu item text in the URL popup menu is so spaced out in FF 115 and 125? It's the only menu I've found like that. See attached screenshots. The one on the left is FF 115, and the one on the right is FF 88 (more normal). Is there a way to fix this? And also remove that "Add" menu item at the bottom? If so, please reply!
Attached screenshots

Slouch மூலமாக திருத்தப்பட்டது

தீர்வு தேர்ந்தெடுக்கப்பட்டது

The line with the comment below was causing the extra spacing...

.urlbar-input-box {
   font-size: 11px !important;
   font-weight: 600 !important;
   letter-spacing: 2px !important;  /* this made the wide spaced menu */
}


The strange thing is, letter-spacing wasn't affecting the .urlbar-input-box as I intended, but the pop-up menu attached to it.

Go figure.

Read this answer in context 👍 0

All Replies (1)

தீர்வு தேர்ந்தெடுக்கப்பட்டது

The line with the comment below was causing the extra spacing...

.urlbar-input-box {
   font-size: 11px !important;
   font-weight: 600 !important;
   letter-spacing: 2px !important;  /* this made the wide spaced menu */
}


The strange thing is, letter-spacing wasn't affecting the .urlbar-input-box as I intended, but the pop-up menu attached to it.

Go figure.

Slouch மூலமாக திருத்தப்பட்டது

Helpful?

கேள்வி எழுப்பு

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.