mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 01:57:00 +00:00
Fix percent heights of kids of fieldsets at the expense of height:inherit. Bug
240571, r+sr=roc
This commit is contained in:
parent
0c5c5f6341
commit
7f6fee5347
@ -44,7 +44,7 @@
|
||||
|
||||
*|*::-moz-fieldset-content {
|
||||
display: block;
|
||||
height: inherit; /* Need this so percentage heights of kids work right */
|
||||
height: 100%; /* Need this so percentage heights of kids work right */
|
||||
}
|
||||
|
||||
form {
|
||||
|
Loading…
x
Reference in New Issue
Block a user