diff --git a/apps/style/about.css b/apps/style/about.css index 95da584..ea705e3 100644 --- a/apps/style/about.css +++ b/apps/style/about.css @@ -124,6 +124,11 @@ #contri>.a>.name { font-size: 17px; + margin: 0px 6px; + /* border: 6px; */ + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; } #contri>.a>.cbs>.num { @@ -186,4 +191,4 @@ #win-winver>.bottom{ position: absolute; bottom: 80px; -} \ No newline at end of file +}