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

Skip to content

Commit 7e8ce0c

Browse files
committed
add width:100% to vbox for webkit / FF consistency (0.13.2)
1 parent e264364 commit 7e8ce0c

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)