aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2019-02-12 10:48:03 -0500
committerbobzel <zzzman@gmail.com>2019-02-12 10:48:03 -0500
commit2541c2cd562251143050554f3c0117caed6d9345 (patch)
tree83aa828da20ccd0a7272e3177e1d9e6531fcc1de /src/client/views/nodes/ImageBox.scss
parent9dd25514bf0ede364e255e7f82d73369f6eb7f48 (diff)
still struggling with sizing issues.
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
-rw-r--r--src/client/views/nodes/ImageBox.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss
index 83392311b..2bd8b1d3c 100644
--- a/src/client/views/nodes/ImageBox.scss
+++ b/src/client/views/nodes/ImageBox.scss
@@ -1,7 +1,8 @@
.imageBox-cont {
padding: 0vw;
- position: absolute
+ position: absolute;
+ width: 100%
}
.imageBox-button {