diff --git a/plugins/webstats/index.html b/plugins/webstats/index.html index 6aae1392b..31b9b1d2f 100755 --- a/plugins/webstats/index.html +++ b/plugins/webstats/index.html @@ -4,6 +4,14 @@ margin: 15px 0; } +.overflow_hide { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + display: inline-block; + vertical-align: middle; +} + .cur { background-color: #20a53a; color: #fff; @@ -96,7 +104,7 @@