mirror of
https://github.com/bitwarden/android.git
synced 2025-01-13 11:47:33 +03:00
PM-3349 PM-3350 Minor change: removed unneeded HorizontalTextAlignment from Label.
This commit is contained in:
parent
0348940a12
commit
bae1b3e891
1 changed files with 0 additions and 2 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue