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

git-svn-id: svn://10.0.0.236/trunk@238774 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rob_strong%exchangecode.com 2007-11-07 05:12:17 +00:00
parent 3fd6e2fd39
commit 23de01ace0

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