|
|
@ -37,9 +37,7 @@ BI.FlexWrapperHorizontalLayout = BI.inherit(BI.Layout, { |
|
|
|
position: "relative" |
|
|
|
position: "relative" |
|
|
|
}); |
|
|
|
}); |
|
|
|
if (o.columnSize[i] !== "auto") { |
|
|
|
if (o.columnSize[i] !== "auto") { |
|
|
|
if (o.horizontalAlign === BI.HorizontalAlign.Stretch && o.columnSize[i] !== "") { |
|
|
|
if (!(o.horizontalAlign === BI.HorizontalAlign.Stretch && o.columnSize[i] === "fill")) { |
|
|
|
w.element.addClass("f-f"); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
w.element.addClass("f-s-n"); |
|
|
|
w.element.addClass("f-s-n"); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -48,6 +46,7 @@ BI.FlexWrapperHorizontalLayout = BI.inherit(BI.Layout, { |
|
|
|
} |
|
|
|
} |
|
|
|
if (o.columnSize[i] === "fill") { |
|
|
|
if (o.columnSize[i] === "fill") { |
|
|
|
w.element.addClass("f-f"); |
|
|
|
w.element.addClass("f-f"); |
|
|
|
|
|
|
|
this.element.addClass("f-f"); |
|
|
|
} |
|
|
|
} |
|
|
|
w.element.addClass("c-e"); |
|
|
|
w.element.addClass("c-e"); |
|
|
|
if (i === 0) { |
|
|
|
if (i === 0) { |
|
|
|