본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

How to get rid of the ellipsis of bookmarks in the bookmarks toolbar?

more options

Firefox wants to shorten the name of my bookmarks and add an ellipsis instead. Half of my bookmarks toolbar is empty so I do not understand why Firefox needs to shorten these bookmark names.

Is there someway I can get Firefox to expand all the names on my toolbar?

Firefox wants to shorten the name of my bookmarks and add an ellipsis instead. Half of my bookmarks toolbar is empty so I do not understand why Firefox needs to shorten these bookmark names. Is there someway I can get Firefox to expand all the names on my toolbar?

모든 댓글 (3)

more options

I think the maximum tab size may be increased manually.

I am not sue about the minimum tab width. There are however extensions that should be able to customise tab width. Search through the available extensions, or try this one

more options

The label text of bookmarks that you see on the Bookmarks Toolbar have a max-width property (max-width: 13em;)

  • chrome://browser/content/browser.css
toolbarbutton.bookmark-item {
  max-width: 13em;
}

You can override this rule with code in userChrome.css.

Add code to the userChrome.css file below the default @namespace line.

The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

toolbarbutton.bookmark-item {
  max-width: 20em !important;
}
more options

If you have used the Custimize feature for the toolbars, make sure that you didn't inadvertently place a space or flexible space on the Bookmarks Toolbar.

Please provide a screenshot of that.
https://support.mozilla.org/en-US/kb/how-do-i-create-screenshot-my-problem

It is best to use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed a maximum file size of 1 MB.

Then use the Browse .... button below the Post a Reply text box to upload the screenshot.