From f9b6f0d5d854ce1ab94319ee839ee37107a961fd Mon Sep 17 00:00:00 2001 From: Jonathan Ruddell Date: Tue, 9 Nov 2021 22:33:07 -0500 Subject: [PATCH] fix missing image styling --- .../templates/app/shared/themes/application.styles.js.ejs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/generators/app/templates/app/shared/themes/application.styles.js.ejs b/generators/app/templates/app/shared/themes/application.styles.js.ejs index aaf0890c3..0effeccdf 100755 --- a/generators/app/templates/app/shared/themes/application.styles.js.ejs +++ b/generators/app/templates/app/shared/themes/application.styles.js.ejs @@ -91,6 +91,13 @@ const ApplicationStyles = { marginTop: Metrics.baseMargin, }, entityButtons: { marginBottom: 20 }, + imageBlob: { + width: 200, + height: 100, + resizeMode: 'contain', + borderWidth: 1, + borderColor: 'lightgrey', + }, }, entityDeleteModal: { centeredView: {