Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

When I added a theme, my "Curriculum Committee" bookmark in the toolbar became "Curriculum Commit." Can I resize the button?

  • 1 відповідь
  • 0 мають цю проблему
  • 4 перегляди
  • Остання відповідь від cor-el

more options

I've edited the bookmark to "Curriculum Comm" and this fits the space provided. Is there anyway to increase the space provided for a bookmark in the toolbar?

I've edited the bookmark to "Curriculum Comm" and this fits the space provided. Is there anyway to increase the space provided for a bookmark in the toolbar?

Усі відповіді (1)

more options

You can set a higher max-width (e.g. none)

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

#personal-bookmarks .bookmark-item {max-width: none !important;}


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

See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files

Змінено cor-el