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:
parent
04bd6b49ad
commit
aee9ce802a
@ -185,7 +185,6 @@
|
||||
<Label
|
||||
Text="{Binding HostnameOrUri, Mode=OneWay}"
|
||||
StyleClass="box-value"
|
||||
LineBreakMode="CharacterWrap"
|
||||
Grid.Row="1"
|
||||
Grid.Column="0" />
|
||||
<controls:FaButton
|
||||
|
@ -141,5 +141,7 @@
|
||||
</Style>
|
||||
<Style TargetType="Label"
|
||||
Class="box-value">
|
||||
<Setter Property="LineBreakMode"
|
||||
Value="CharacterWrap" />
|
||||
</Style>
|
||||
</ResourceDictionary>
|
||||
|
Loading…
Reference in New Issue
Block a user