mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
line break for box value
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user