remove tabular layout inside horizontal group

This commit is contained in:
Rafal Leszczynski 2015-06-17 13:51:05 +02:00
parent 39fbaef3cb
commit d0e518beae

View file

@ -167,7 +167,7 @@ $infobox-section-header-background: mix($color-page, $color-links, 75%);
.portable-infobox-layout-tabular { .portable-infobox-layout-tabular {
> .item-type-key-val, > .item-type-key-val,
.item-type-group .item-type-key-val { .item-type-group:not(.group-layout-horizontal) .item-type-key-val {
@include flexbox; @include flexbox;
@include flex-direction(row); @include flex-direction(row);
box-sizing: border-box; box-sizing: border-box;
@ -185,7 +185,6 @@ $infobox-section-header-background: mix($color-page, $color-links, 75%);
font-size: 14px; font-size: 14px;
line-height: 20px; line-height: 20px;
} }
} }
} }