I2PSnark: Increase min-width for status column to prevent column header from wrapping.

This commit is contained in:
z3d
2010-11-11 06:49:14 +00:00
parent 416e7825a8
commit f157471ac1

View File

@@ -281,7 +281,7 @@ td:first-child {
.snarkTorrentStatus:first-child {
text-align: left !important;
padding-left: 0px;
min-width: 92px;
min-width: 120px;
font-weight: bold;
color: #dd9 !important;
font-size: 8pt;