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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user