We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 392b90b commit 44c561dCopy full SHA for 44c561d
1 file changed
src/Server.UI/Pages/Participants/Components/PathwayPlanReviewHistory.razor
@@ -77,7 +77,7 @@
77
<PropertyColumn Property="x => x.LocationName" Title="Location" Sortable="true"/>
78
</Columns>
79
<ChildRowContent>
80
- <MudTextField Disabled Label="Review" Value="@context.Item.Review" Lines="5" />
+ <MudTextField Disabled Label="Review" Value="@context.Item.Review" Lines="2" AutoGrow="true" />
81
</ChildRowContent>
82
<NoRecordsContent>
83
<MudText>@ConstantString.NoRecords</MudText>
0 commit comments