From 530dc40f7519b8288d91db61103468ab713dfbdd Mon Sep 17 00:00:00 2001 From: Bob Zeleznik Date: Thu, 16 May 2019 21:02:15 -0400 Subject: fixed some small layout issues related to isButton and templates --- src/client/views/nodes/ImageBox.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/client/views/nodes/ImageBox.scss') diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss index 2316a050e..f1b73a676 100644 --- a/src/client/views/nodes/ImageBox.scss +++ b/src/client/views/nodes/ImageBox.scss @@ -25,7 +25,11 @@ } .imageBox-cont img { - height: 100%; + height: auto; + width:100%; +} +.imageBox-cont-interactive img { + height: auto; width:100%; } -- cgit v1.2.3-70-g09d2