mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 15:23:35 +00:00
line break for box value
This commit is contained in:
@@ -185,7 +185,6 @@
|
|||||||
<Label
|
<Label
|
||||||
Text="{Binding HostnameOrUri, Mode=OneWay}"
|
Text="{Binding HostnameOrUri, Mode=OneWay}"
|
||||||
StyleClass="box-value"
|
StyleClass="box-value"
|
||||||
LineBreakMode="CharacterWrap"
|
|
||||||
Grid.Row="1"
|
Grid.Row="1"
|
||||||
Grid.Column="0" />
|
Grid.Column="0" />
|
||||||
<controls:FaButton
|
<controls:FaButton
|
||||||
|
|||||||
@@ -141,5 +141,7 @@
|
|||||||
</Style>
|
</Style>
|
||||||
<Style TargetType="Label"
|
<Style TargetType="Label"
|
||||||
Class="box-value">
|
Class="box-value">
|
||||||
|
<Setter Property="LineBreakMode"
|
||||||
|
Value="CharacterWrap" />
|
||||||
</Style>
|
</Style>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|||||||
Reference in New Issue
Block a user