5 lines
120 B
CSS
5 lines
120 B
CSS
|
/* Tab min-width resizing */
|
||
|
#tabbrowser-tabs .tabbrowser-tab[fadein]:not([pinned]) {
|
||
|
min-width: 90px !important;
|
||
|
}
|