From 847a30ff92e84aa61b2755f037965bfa33f0947a Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Wed, 7 Jun 2017 13:19:36 -0300 Subject: [PATCH] Adding correct classNames --- client/coral-embed-stream/src/components/Stream.js | 2 +- client/coral-embed-stream/style/default.css | 2 +- .../coral-plugin-offtopic/client/components/OffTopicFilter.js | 2 +- plugins/coral-plugin-offtopic/client/components/styles.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/coral-embed-stream/src/components/Stream.js b/client/coral-embed-stream/src/components/Stream.js index 98cbea224..797aee1ae 100644 --- a/client/coral-embed-stream/src/components/Stream.js +++ b/client/coral-embed-stream/src/components/Stream.js @@ -210,7 +210,7 @@ class Stream extends React.Component { /> )} -
+
diff --git a/client/coral-embed-stream/style/default.css b/client/coral-embed-stream/style/default.css index 0017b87d3..101dc18cd 100644 --- a/client/coral-embed-stream/style/default.css +++ b/client/coral-embed-stream/style/default.css @@ -178,7 +178,7 @@ hr { display: none; } -.streamBox { +.talk-stream-wrapper-box { padding: 10px 0; } diff --git a/plugins/coral-plugin-offtopic/client/components/OffTopicFilter.js b/plugins/coral-plugin-offtopic/client/components/OffTopicFilter.js index ff451f9cb..fea2ac6fb 100644 --- a/plugins/coral-plugin-offtopic/client/components/OffTopicFilter.js +++ b/plugins/coral-plugin-offtopic/client/components/OffTopicFilter.js @@ -4,7 +4,7 @@ import styles from './styles.css'; export default class OffTopicFilter extends React.Component { tag = 'OFF_TOPIC'; - className = 'offTopicComment'; + className = 'coral-plugin-off-topic-comment'; cn = {[this.className] : {tags: [this.tag]}}; handleChange = (e) => { diff --git a/plugins/coral-plugin-offtopic/client/components/styles.css b/plugins/coral-plugin-offtopic/client/components/styles.css index e0c9d5cfe..94d7eaa85 100644 --- a/plugins/coral-plugin-offtopic/client/components/styles.css +++ b/plugins/coral-plugin-offtopic/client/components/styles.css @@ -22,6 +22,6 @@ padding: 5px 0; } -:global(.offTopicComment) { +:global(.coral-plugin-off-topic-comment) { display: none; }