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

Commit 51572c2

Browse files
committed
Merge pull request #81 from github/haacked/80-text-wrapping
Set text wrapping with overflow for the description
2 parents 8c4cfe6 + 9b07d8d commit 51572c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
<TextBox x:Name="description"
112112
Height="52"
113113
AcceptsReturn="True"
114+
TextWrapping="WrapWithOverflow"
114115
Margin="0,8,0,0"
115116
Background="{DynamicResource VsBrush.SearchBoxBackground}"
116117
Foreground="{DynamicResource VsBrush.WindowText}" />

0 commit comments

Comments
 (0)