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