Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 9b07d8d

Browse files
committed
Set text wrapping with overflow for the description
Fixes #80
1 parent 7e40aca commit 9b07d8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitHub.VisualStudio/UI/Views/Controls/RepositoryPublishControl.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
<TextBox x:Name="description"
111111
Height="52"
112112
AcceptsReturn="True"
113+
TextWrapping="WrapWithOverflow"
113114
Margin="0,8,0,0"
114115
Background="{DynamicResource VsBrush.SearchBoxBackground}"
115116
Foreground="{DynamicResource VsBrush.WindowText}" />

0 commit comments

Comments
 (0)