aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-05-16 21:02:15 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-05-16 21:02:15 -0400
commit530dc40f7519b8288d91db61103468ab713dfbdd (patch)
treea1fab8ca8fffab5f97c13b529fb2245ac5680a65 /src/client/views/nodes/ImageBox.scss
parentb29a0d1cef60b55f609fcd94ad38232ae557e681 (diff)
fixed some small layout issues related to isButton and templates
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
-rw-r--r--src/client/views/nodes/ImageBox.scss6
1 files changed, 5 insertions, 1 deletions
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%;
}