Skip to content

Commit

Permalink
Update MudStack row property in ActivityExecutionsTab (#165)
Browse files Browse the repository at this point in the history
The MudStack row property in the ActivityExecutionsTab component has been updated from 'true' to 'false'. This change affects the layout orientation of the stack by changing it from a horizontal to a vertical layout.
  • Loading branch information
sfmskywalker committed Mar 5, 2024
1 parent d3a8007 commit e3a5bff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@inherits StudioComponentBase

<ScrollableWell MaxHeight="VisiblePaneHeight">
<MudStack Row="true">
<MudStack Row="false">
<MudTable
T="ActivityExecutionRecordTableRow"
Items="Items"
Expand Down

0 comments on commit e3a5bff

Please sign in to comment.