Skip to content

Commit

Permalink
address regression (#9088)
Browse files Browse the repository at this point in the history
  • Loading branch information
beervoley authored Jan 15, 2025
1 parent 0a37fbc commit 95e514a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/uwp/SharedRenderer/lib/WholeItemsPanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ namespace winrt::AdaptiveCards::Rendering::Xaml_Rendering::implementation

// Text did not reach its minHeight property and we have to clear it otherwise
// ellipses won't be displayed correctly...
winrt::IFrameworkElementStatics frameworkElementStatics;
child.ClearValue(frameworkElementStatics.MinHeightProperty());
child.ClearValue(winrt::FrameworkElement::MinHeightProperty());
}
else
{
Expand Down

0 comments on commit 95e514a

Please sign in to comment.