diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-05-16 21:02:15 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-05-16 21:02:15 -0400 |
| commit | 530dc40f7519b8288d91db61103468ab713dfbdd (patch) | |
| tree | a1fab8ca8fffab5f97c13b529fb2245ac5680a65 /src/client/views/nodes/ImageBox.scss | |
| parent | b29a0d1cef60b55f609fcd94ad38232ae557e681 (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.scss | 6 |
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%; } |
