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
parent 2e143bcf75
commit b99cfa7ca8

View File

@ -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;
}