Skip to content

Commit

Permalink
Merge pull request #53 from cozy/fix/ciphers_ellipsis
Browse files Browse the repository at this point in the history
fix: correctly handle ciphers login ellipsis
  • Loading branch information
Ldoppea committed Nov 26, 2021
2 parents 4df5919 + 726fb10 commit ab564ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/App/Controls/CipherViewCell/CipherViewCell.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<controls:ExtendedGrid xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="Bit.App.Controls.CipherViewCell"
Expand Down Expand Up @@ -56,7 +56,6 @@
</Grid.RowDefinitions>

<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto" />
<ColumnDefinition Width="Auto" />
<ColumnDefinition Width="Auto" />
<ColumnDefinition Width="*" />
Expand Down

0 comments on commit ab564ef

Please sign in to comment.