Skip to content

Commit 44c561d

Browse files
Increases the review text field size. (#944)
Extends the number of lines in the review text field to better accommodate longer notes, improving readability and user experience.
1 parent 392b90b commit 44c561d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Server.UI/Pages/Participants/Components/PathwayPlanReviewHistory.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<PropertyColumn Property="x => x.LocationName" Title="Location" Sortable="true"/>
7878
</Columns>
7979
<ChildRowContent>
80-
<MudTextField Disabled Label="Review" Value="@context.Item.Review" Lines="5" />
80+
<MudTextField Disabled Label="Review" Value="@context.Item.Review" Lines="2" AutoGrow="true" />
8181
</ChildRowContent>
8282
<NoRecordsContent>
8383
<MudText>@ConstantString.NoRecords</MudText>

0 commit comments

Comments
 (0)