With Firefox 4, the title bar went away. And while you may appreciate the additional room, you may also miss having the full title of the current page.
You just need to add a few lines to your userChrome.css file.
- In the Firefox button menu, select Help>Troubleshooting Information

- In the about:support page, press the Open Containing Folder to access your profile folder
- In your profile folder, move to the chrome folder, and open the userChrome.css file. If it is not there copy the userChrome-example.css file as userChrome.css
- Add this code at the end of the file:
.tabbrowser-tab:not([pinned])[selected="true"] {width: 200px !important;} - Restart Firefox to apply the change. Now the active tab will appear wider than the rest of the tabs so you can see more of the current page title.

Better variant:
.tabbrowser-tab:not([pinned])[selected="true"] {width: 200px !important;}
Reason: App Tabs shouldn’t be expanded.
Is there any way to exclude App tabs from this? When unfocused, the App tab remains the usual small size but it expands to 200pixels.
See my comment above :)
Thanks Bohdan, a nice improvement indeed. I have updated the post.
or check out modest tab
https://addons.mozilla.org/en-US/firefox/addon/modesttab/
Outstanding. I posted my comment before yours appeared. Thanks!
Cool this is like Haiku OS. The title bars are as long as the words they contain, except this applies to all windows, not just active ones.
This didn’t work for me but I found something that works with the Stylish addon on if you have it.
http://userstyles.org/styles/44083/ff4-ff3-increase-active-tab-minimum-width
mozilla links





ShareThis
is there a way to use this mod so that it dosen’t affect active pinned tabs?