fix style
This commit is contained in:
parent
08fdeb7d4b
commit
3c29b8a58a
@ -95,7 +95,7 @@ class SessionList: Reactor.Component {
|
|||||||
function render() {
|
function render() {
|
||||||
var sessions = this.getSessions();
|
var sessions = this.getSessions();
|
||||||
if (sessions.length == 0) {
|
if (sessions.length == 0) {
|
||||||
return <div style="margin: *; font-size: 1.6em; text-align: center;">{translate("Empty")}</div>;
|
return <div style="margin: *; font-size: 1.6em; width: 100px; text-align: center;">{translate("Empty")}</div>;
|
||||||
}
|
}
|
||||||
var me = this;
|
var me = this;
|
||||||
sessions = sessions.map(function(x) { return me.getSession(x); });
|
sessions = sessions.map(function(x) { return me.getSession(x); });
|
||||||
|
Loading…
x
Reference in New Issue
Block a user