We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48cbb2b commit 556d5fdCopy full SHA for 556d5fd
openstack.cn/index.html
@@ -236,6 +236,20 @@
236
max-width: 50%;
237
min-width: 50%; } }
238
239
+.row-eq-height {
240
+ display: -webkit-box;
241
+ display: -webkit-flex;
242
+ display: -ms-flexbox;
243
+ display: flex;
244
+ flex-wrap: wrap; }
245
+
246
+.row-eq-height > [class*='col-'] {
247
248
+ flex-direction: column;
249
+ -webkit-flex: 1 1 15em; }
250
251
+.row-eq-height .item {
252
+ height: 100%; }
253
254
</style>
255
</head>
0 commit comments