summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-09-05 22:43:14 +0500
committerHarrison Healey <harrisonmhealey@gmail.com>2017-09-05 13:43:14 -0400
commite089a88f18d400a3dd984b1af5559c09623dfc05 (patch)
treea5f5278c8751f7dd87d6a1defcaa44b74df4e01d /webapp/sass
parentc4e32060bef6ad2c6a2c8dfb8cdb8ad34d0f302e (diff)
downloadchat-e089a88f18d400a3dd984b1af5559c09623dfc05.tar.gz
chat-e089a88f18d400a3dd984b1af5559c09623dfc05.tar.bz2
chat-e089a88f18d400a3dd984b1af5559c09623dfc05.zip
Minor bug fixes (#7357)
* PLT-7514 - Adjusting help text * PLT-7499 - Fixing word wrapping in delete modal * PLT-7523 - Fixing autocomplete in header modal
Diffstat (limited to 'webapp/sass')
-rw-r--r--webapp/sass/responsive/_desktop.scss4
-rw-r--r--webapp/sass/responsive/_tablet.scss4
2 files changed, 4 insertions, 4 deletions
diff --git a/webapp/sass/responsive/_desktop.scss b/webapp/sass/responsive/_desktop.scss
index fdc318457..3c467cf10 100644
--- a/webapp/sass/responsive/_desktop.scss
+++ b/webapp/sass/responsive/_desktop.scss
@@ -54,10 +54,6 @@
}
}
- .help__format-text {
- display: none;
- }
-
.inner-wrap {
&.move--left,
&.webrtc--show {
diff --git a/webapp/sass/responsive/_tablet.scss b/webapp/sass/responsive/_tablet.scss
index 967d6231d..092b8c226 100644
--- a/webapp/sass/responsive/_tablet.scss
+++ b/webapp/sass/responsive/_tablet.scss
@@ -8,6 +8,10 @@
}
}
+ .help__format-text {
+ display: none;
+ }
+
.post-right__scroll {
.post-create__container {
.post-create-body {