1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-13 14:53:18 +00:00

Vault add/edit/view site updates to table section/cell display.

This commit is contained in:
Kyle Spearrin
2016-06-13 20:03:16 -04:00
parent baeee00a8d
commit 8108f4023a
9 changed files with 101 additions and 49 deletions

View File

@@ -32,7 +32,7 @@ namespace Bit.App.Controls
var stackLayout = new StackLayout
{
Padding = new Thickness(15)
Padding = new Thickness(15, 10)
};
stackLayout.Children.Add(Label);