##// END OF EJS Templates
Revert "Change stretch to flex-start"...
Jonathan Frederic -
Show More
@@ -35,7 +35,7 b' Browsers not listed, including Safari, are supported via the styling under the'
35 35 /* Modern browsers */
36 36 display: flex;
37 37 flex-direction: row;
38 align-items: flex-start;
38 align-items: stretch;
39 39 }
40 40
41 41 .hbox > * {
@@ -67,7 +67,7 b' Browsers not listed, including Safari, are supported via the styling under the'
67 67 /* Modern browsers */
68 68 display: flex;
69 69 flex-direction: column;
70 align-items: flex-start;
70 align-items: stretch;
71 71 }
72 72
73 73 .vbox > * {
General Comments 0
You need to be logged in to leave comments. Login now