summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-11-27 19:58:05 -0800
committerCorey Hulen <corey@hulen.com>2015-11-27 19:58:05 -0800
commitd4eb8743e3bd36b6cd2e7939c9a698d893b215d7 (patch)
tree442382ad3dd80a6a11fdbe38703ad794cc17287e /web/sass-files/sass
parent42a001c4e26acaebb7bade2a9b45428578b04164 (diff)
parentc50144de0475da2c5865cb4246f63d285aa452c4 (diff)
downloadchat-d4eb8743e3bd36b6cd2e7939c9a698d893b215d7.tar.gz
chat-d4eb8743e3bd36b6cd2e7939c9a698d893b215d7.tar.bz2
chat-d4eb8743e3bd36b6cd2e7939c9a698d893b215d7.zip
Merge pull request #1416 from florianorben/PLT-1125
PLT-1125: Add "Preview pre-release features" option
Diffstat (limited to 'web/sass-files/sass')
-rw-r--r--web/sass-files/sass/partials/_post.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index b7609bb7d..da161e54f 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -53,6 +53,7 @@ body.ios {
top: 0;
left: 0;
box-shadow: none;
+ white-space: normal;
}
.textbox-preview-link, .textbox-help-link {
position: absolute;
@@ -283,14 +284,14 @@ body.ios {
.custom-textarea {
padding-top: 8px;
padding-right: 28px;
- max-height: 160px;
+ max-height: 162px !important;
overflow: auto;
line-height: 1.5;
}
.textarea-div {
padding-top: 8px;
padding-right: 30px;
- max-height: 160px;
+ max-height: 163px !important;
overflow: auto;
line-height: 1.5;
}