mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
Should fix the messenger crash on startup. Looks like iframes don't like
being flowed at small sizes.
This commit is contained in:
parent
b7711bbb43
commit
a500f95c37
@ -36,3 +36,9 @@ box.padded {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
iframe {
|
||||
min-width: 10px;
|
||||
min-height: 10px;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user