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:
Min RK 2013-03-24 19:37:29 -07:00
commit b218a55a5d

View File

@ -34,6 +34,8 @@
display: box;
box-orient: vertical;
box-align: stretch;
/* width must be 100% to force FF to behave like webkit */
width: 100%;
}
.vbox > * {