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 188507f commit ff7e7efCopy full SHA for ff7e7ef
Microsoft.Toolkit.Uwp.UI.Controls.Core/InAppNotification/Styles/MSEdgeNotificationStyle.xaml
@@ -143,11 +143,11 @@
143
VerticalContentAlignment="Center"
144
FontWeight="SemiBold"
145
ContentTransitions="{TemplateBinding ContentTransitions}"
146
- TextWrapping="Wrap" />
+ TextWrapping="WrapWholeWords" />
147
148
<Button x:Name="PART_DismissButton"
149
Grid.Column="1"
150
- Margin="0" Width="auto"
+ Margin="0"
151
AutomationProperties.Name="Dismiss"
152
Content=""
153
FontFamily="Segoe MDL2 Assets"
0 commit comments