mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-15 20:09:44 +00:00
fix flex-basis for labelless fields
This commit is contained in:
parent
dfb202ab32
commit
f88ef0fbb0
|
@ -139,6 +139,7 @@ $infobox-debug-error-msg-bg: black;
|
||||||
padding-right: $infobox-item-margin * 2;
|
padding-right: $infobox-item-margin * 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.group-layout-horizontal {
|
.group-layout-horizontal {
|
||||||
&.item-type-group {
|
&.item-type-group {
|
||||||
display: table;
|
display: table;
|
||||||
|
@ -258,9 +259,14 @@ $infobox-debug-error-msg-bg: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.portable-infobox-item-value {
|
.portable-infobox-item-value {
|
||||||
@include flex-basis($infobox-width * 2 / 3);
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 19px;
|
line-height: 19px;
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portable-infobox-item-value:not(:first-child) {
|
||||||
|
@include flex-basis($infobox-width * 2 / 3);
|
||||||
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
|
|
Loading…
Reference in a new issue