This commit is contained in:
Max Goedjen 2020-09-18 13:20:14 -07:00
parent d2bb2aa2f6
commit 113dd7b824
No known key found for this signature in database
GPG Key ID: E58C21DD77B9B8E8

View File

@ -40,7 +40,8 @@ struct SecretDetailView<SecretType: Secret>: View {
} }
Spacer() Spacer()
} }
}.padding() }
.padding()
.frame(minHeight: 150, maxHeight: .infinity) .frame(minHeight: 150, maxHeight: .infinity)
} }