We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25427fd commit 234adb4Copy full SHA for 234adb4
lib/src/layout_element.dart
@@ -277,6 +277,7 @@ class DetailsContentElement extends LayoutElement {
277
}
278
InlineSpan firstChild = childrenList?.isNotEmpty == true ? childrenList.first : null;
279
return ExpansionTile(
280
+ expandedAlignment: Alignment.centerLeft,
281
title: elementList?.isNotEmpty == true && elementList?.first?.localName == "summary" ? StyledText(
282
textSpan: TextSpan(
283
style: style.generateTextStyle(),
0 commit comments