Improve status tab error layout

This commit is contained in:
Ken-Håvard Lieng 2017-07-03 00:04:10 +02:00
parent 18aff3ded6
commit 8a2fbaca7f
3 changed files with 26 additions and 26 deletions

View file

@ -21,7 +21,7 @@ export default class ChatTitle extends PureComponent {
let serverError = null;
if (!tab.name && status.error) {
serverError = <span className="error">Error! {status.error}</span>;
serverError = <span className="chat-topic error">Error: {status.error}</span>;
}
return (