add the following code to your userChrome.css.
.tabbrowser-tabs > hbox { display: block !important; } .tabbrowser-tabs tab { -moz-appearance: none !important; display: inline !important; width: 16% !important; min-width: 16% !important; max-width: 16% !important; }
I'm a bit new to this software tweaking business so bear with me if my question(s) are elementary...
Anyway, I've added the code in to my userChrome.css and have re-started Firefox but no new row is appearing.
What must be done for a new row to appear and is there any limit to how many can be made?
Thanks for any insight.