Bug 283697 - Firefox Options (Preferences) panels are cropped (cut off). r=mconnor

This commit is contained in:
rob_strong@exchangecode.com 2007-11-06 21:09:46 -08:00
Родитель 4c5bfc5c5e
Коммит ff51f3284b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -268,5 +268,5 @@ filefield[disabled="true"] .fileFieldIcon {
/* bottom-most box containing a groupbox in a prefpane. Prevents the bottom
of the groupbox from being cutoff */
.bottomBox {
padding-bottom: 2px;
padding-bottom: 4px;
}