summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-11-06 11:56:25 -0500
committerJoram Wilander <jwawilander@gmail.com>2015-11-06 11:56:25 -0500
commitb11f510db7f4b9d4a1c38b3c9bbbc77ed3f45e88 (patch)
tree08a3913b9f6a9cdd5072044b004a3ce89c34c85c /web/sass-files/sass/partials
parent9f9c8cb62c6b81fe67441cdf113b9a4b4b456066 (diff)
parent84a561207f5a901ddc38b286d87f6229fd18263e (diff)
downloadchat-b11f510db7f4b9d4a1c38b3c9bbbc77ed3f45e88.tar.gz
chat-b11f510db7f4b9d4a1c38b3c9bbbc77ed3f45e88.tar.bz2
chat-b11f510db7f4b9d4a1c38b3c9bbbc77ed3f45e88.zip
Merge pull request #1337 from florianorben/attachments_rhs
Display slack attachments in RHS comment section
Diffstat (limited to 'web/sass-files/sass/partials')
-rw-r--r--web/sass-files/sass/partials/_post.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index b57c51242..36f6f445e 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -674,7 +674,7 @@ body.ios {
width: 20%;
float: right;
img {
- height: 75px;
+ max-height: 75px;
max-width: 100%;
}
}