You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Use occupied area's bbox width so that for absolutely positioned renderers we do not align using full width
288
-
// in case when parent box should wrap around child boxes.
289
-
// TODO in the latter case, all elements should be layouted first so that we know maximum width needed to place all children and then apply horizontal alignment
287
+
// TODO DEVSIX-6488 all elements should be layouted first in case when parent box should wrap around child boxes
// Use occupied area's bbox width so that for absolutely positioned renderers we do not align using full width
344
-
// in case when parent box should wrap around child boxes.
345
-
// TODO in the latter case, all elements should be layouted first so that we know maximum width needed to place all children and then apply horizontal alignment
341
+
// TODO DEVSIX-6488 all elements should be layouted first in case when parent box should wrap around child boxes
0 commit comments