summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-12-04 15:22:21 -0800
committerCorey Hulen <corey@hulen.com>2015-12-04 15:22:21 -0800
commit7aab27c8ec251d9ed300772cbcae5a7f909750f7 (patch)
treeec5aa97a50904e35f8f4c22fc41ba034450ae4e4 /web/sass-files/sass/partials/_post.scss
parent8ae357c535d3f8068cd0e42ed00d48061e3ffa1d (diff)
parent975074b2ae2692f596edb263bb27727b43f33489 (diff)
downloadchat-7aab27c8ec251d9ed300772cbcae5a7f909750f7.tar.gz
chat-7aab27c8ec251d9ed300772cbcae5a7f909750f7.tar.bz2
chat-7aab27c8ec251d9ed300772cbcae5a7f909750f7.zip
Merge pull request #1623 from mattermost/fixed-height-embeds
Fix embeds and add default fixed height
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 0344d71fd..af603f692 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -750,6 +750,7 @@ body.ios {
width: 80%;
padding-right: 5px;
overflow-x: auto;
+ overflow-y: hidden;
&.attachment__body--no_thumb {
width: 100%;
}
@@ -764,6 +765,7 @@ body.ios {
margin: 5px 0;
padding: 0;
line-height: 16px;
+ height: 22px;
font-size: 16px;
a {
font-size: 16px;