##// END OF EJS Templates
add width:100% to vbox for webkit / FF consistency...
MinRK -
Show More
@@ -34,6 +34,8 b''
34 34 display: box;
35 35 box-orient: vertical;
36 36 box-align: stretch;
37 /* width must be 100% to force FF to behave like webkit */
38 width: 100%;
37 39 }
38 40
39 41 .vbox > * {
General Comments 0
You need to be logged in to leave comments. Login now