Skip to content

Commit 234adb4

Browse files
committed
Set alignment to left by default
1 parent 25427fd commit 234adb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/layout_element.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ class DetailsContentElement extends LayoutElement {
277277
}
278278
InlineSpan firstChild = childrenList?.isNotEmpty == true ? childrenList.first : null;
279279
return ExpansionTile(
280+
expandedAlignment: Alignment.centerLeft,
280281
title: elementList?.isNotEmpty == true && elementList?.first?.localName == "summary" ? StyledText(
281282
textSpan: TextSpan(
282283
style: style.generateTextStyle(),

0 commit comments

Comments
 (0)