mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
Merge pull request #3051 from minrk/vbox-ff-fail
add width:100% to vbox for webkit / FF consistency closes #3049
This commit is contained in:
commit
b218a55a5d
@ -34,6 +34,8 @@
|
|||||||
display: box;
|
display: box;
|
||||||
box-orient: vertical;
|
box-orient: vertical;
|
||||||
box-align: stretch;
|
box-align: stretch;
|
||||||
|
/* width must be 100% to force FF to behave like webkit */
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vbox > * {
|
.vbox > * {
|
||||||
|
Loading…
Reference in New Issue
Block a user