1
0
mirror of https://github.com/bitwarden/mobile.git synced 2025-01-26 21:51:34 +01:00

line break for box value

This commit is contained in:
Kyle Spearrin 2019-04-26 22:59:53 -04:00
parent 04bd6b49ad
commit aee9ce802a
2 changed files with 2 additions and 1 deletions

View File

@ -185,7 +185,6 @@
<Label
Text="{Binding HostnameOrUri, Mode=OneWay}"
StyleClass="box-value"
LineBreakMode="CharacterWrap"
Grid.Row="1"
Grid.Column="0" />
<controls:FaButton

View File

@ -141,5 +141,7 @@
</Style>
<Style TargetType="Label"
Class="box-value">
<Setter Property="LineBreakMode"
Value="CharacterWrap" />
</Style>
</ResourceDictionary>