Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 03aa9f2

Browse files
committed
Merge pull request ipython#3052 from minrk/vbox-ff-fail-13
add width:100% to vbox for webkit / FF consistency (0.13.2)
2 parents e264364 + 7e8ce0c commit 03aa9f2

File tree

1 file changed

+2
-0
lines changed
  • IPython/frontend/html/notebook/static/css

1 file changed

+2
-0
lines changed

IPython/frontend/html/notebook/static/css/fbm.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
display: box;
3535
box-orient: vertical;
3636
box-align: stretch;
37+
/* width must be 100% to force FF to behave like webkit */
38+
width: 100%;
3739
}
3840

3941
.vbox > * {

0 commit comments

Comments
 (0)