no float for IO

This commit is contained in:
cppla
2022-04-02 11:39:37 +08:00
parent 0f26eb502a
commit 54451cab85
3 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ tr.odd.expandRow > :hover { background: #212e36 !important; }
#month_traffic { min-width: 85px; max-width: 95px;}
#network { min-width: 115px; }
#cpu, #ram, #hdd { min-width: 20px; max-width: 60px; }
#io { width: 115px; }
#io { width: 110px; }
#ping { max-width: 95px; }
@media only screen and (max-width: 1080px) {

View File

@@ -17,7 +17,7 @@ tr.odd.expandRow > :hover { background: #FFF !important; }
#month_traffic { min-width: 85px; max-width: 95px;}
#network { min-width: 115px; }
#cpu, #ram, #hdd { min-width: 20px; max-width: 60px; }
#io { width: 115px; }
#io { width: 110px; }
#ping { max-width: 95px; }
@media only screen and (max-width: 1080px) {