mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-15 20:09:44 +00:00
remove tabular layout inside horizontal group
This commit is contained in:
parent
39fbaef3cb
commit
d0e518beae
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue