mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
PM-3349 PM-3350 Minor change: removed unneeded HorizontalTextAlignment from Label.
This commit is contained in:
@@ -72,7 +72,6 @@
|
||||
<Label
|
||||
Grid.Column="0"
|
||||
Grid.Row="0"
|
||||
HorizontalTextAlignment="Start"
|
||||
LineBreakMode="TailTruncation"
|
||||
StyleClass="list-title, list-title-platform"
|
||||
Text="{Binding Cipher.Name}"
|
||||
@@ -81,7 +80,6 @@
|
||||
Grid.Column="0"
|
||||
Grid.Row="1"
|
||||
Grid.ColumnSpan="3"
|
||||
HorizontalTextAlignment="Start"
|
||||
LineBreakMode="TailTruncation"
|
||||
StyleClass="list-subtitle, list-subtitle-platform"
|
||||
Text="{Binding Cipher.SubTitle}"
|
||||
|
||||
Reference in New Issue
Block a user