Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

I would like to wrap the text in my tabs to more than one line

  • 1 trả lời
  • 2 gặp vấn đề này
  • 6 lượt xem
  • Trả lời mới nhất được viết bởi guigs

more options

Hi everybody.

As already mentioned, i would like to wrap the tab-titles to more lines so i am able to display more information of the title. Unfortunately i cannot find a way to do this except the more or less poor addon "tabtweak". I have tried manipulating the style via userChrome.css but all of my efforts wont have any effect on the length/overflow of the displayed text.

Here is what i have tried so far:

/*@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */

.tabbrowser-tab:not([pinned]) .tab-text {

                               border: !important; 
                               word-wrap: break-word !important;
                               word-break: normal !important; 
                               white-space: wrap !important; 
                               height: 3em !important;
                               overflow-y: visible !important; 
                               overflow-x: visible !important; 
                               overflow: visible !important;
                               text-overflow: visible !important;
                               display: inline-table !important; 
                               max-width: none !important;}

It would be awesome if someone is able to help out here. Soultice

Hi everybody. As already mentioned, i would like to wrap the tab-titles to more lines so i am able to display more information of the title. Unfortunately i cannot find a way to do this except the more or less poor addon "tabtweak". I have tried manipulating the style via userChrome.css but all of my efforts wont have any effect on the length/overflow of the displayed text. Here is what i have tried so far: /*@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */ .tabbrowser-tab:not([pinned]) .tab-text { border: !important; word-wrap: break-word !important; word-break: normal !important; white-space: wrap !important; height: 3em !important; overflow-y: visible !important; overflow-x: visible !important; overflow: visible !important; text-overflow: visible !important; display: inline-table !important; max-width: none !important;} It would be awesome if someone is able to help out here. Soultice

Tất cả các câu trả lời (1)

more options

This might also be available for your platform: https://addons.mozilla.org/en-US/fire.../modesttab/