add width:100% to vbox for webkit / FF consistency

closes #3049
MinRK 13 years ago
parent 63bb914670
commit 7fcc683e6f

@ -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 > * {

Loading…
Cancel
Save