summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-08-30 14:40:30 -0300
committerJoram Wilander <jwawilander@gmail.com>2016-08-30 13:40:30 -0400
commit18808faead1b7bcdf27dab06e2ffcda1f0680979 (patch)
tree6a657befe66874598305bad2850c4a62c63e1764 /webapp/sass/components
parent6c8746dbdc01e5f2b79152e2e495e914c5a9743d (diff)
downloadchat-18808faead1b7bcdf27dab06e2ffcda1f0680979.tar.gz
chat-18808faead1b7bcdf27dab06e2ffcda1f0680979.tar.bz2
chat-18808faead1b7bcdf27dab06e2ffcda1f0680979.zip
PLT-3994 Fix OAuth2: Properly handle allowing an app fails (#3888)
* PLT-3994 Fix OAuth2: Properly handle allowing an app fails * Remove Content-Type from allowOAuth
Diffstat (limited to 'webapp/sass/components')
-rw-r--r--webapp/sass/components/_oauth.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/webapp/sass/components/_oauth.scss b/webapp/sass/components/_oauth.scss
index 2b4f2f9c9..8ca1e6c17 100644
--- a/webapp/sass/components/_oauth.scss
+++ b/webapp/sass/components/_oauth.scss
@@ -40,4 +40,8 @@
padding: 1.5em 0;
text-align: right;
}
+
+ .prompt__error {
+ display: inline-block;
+ }
}