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