summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-07-13 15:48:02 -0800
committerGitHub <noreply@github.com>2016-07-13 15:48:02 -0800
commite929a222c2967f508450caeeb869648ae3cfb162 (patch)
treec207acb1fe86669e408f7ada614856c815694a77 /webapp
parente1a14ac4ae00e18f39da62df821561fa6d7e28ef (diff)
downloadchat-e929a222c2967f508450caeeb869648ae3cfb162.tar.gz
chat-e929a222c2967f508450caeeb869648ae3cfb162.tar.bz2
chat-e929a222c2967f508450caeeb869648ae3cfb162.zip
PLT-3017 fixing iOS blank rendering (#3586)
Diffstat (limited to 'webapp')
-rw-r--r--webapp/sass/layout/_post.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index 50158ccc2..f95bb3e59 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -458,7 +458,7 @@ body.ios {
.post-list__table {
display: table;
height: 100%;
- min-height: 100%;
+ min-height: 350px;
table-layout: fixed;
width: 100%;