Bug 523477: [Regression] Adding/Removing tabs increases width of tab sidebar [r=mark.finkle]

This commit is contained in:
Vivien Nicolas 2009-10-21 19:58:21 -04:00
Родитель ad42ee2cab
Коммит d47655797a
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -666,6 +666,7 @@ autocompleteresult.allbookmarks > .autocomplete-item-url {
box[type="documenttab"] {
/* display:block allow us to change the line-height, it won't work otherwise */
display: block;
width: 128px;
line-height: 0;
}