Increase contributors list column width (thanks @harding)

This commit is contained in:
Saivann 2014-06-17 11:50:21 -04:00
parent ab2b3ed66d
commit 614588c091

View file

@ -980,7 +980,7 @@ table td,table th{
}
.contributors div{
padding:8px 0;
width:170px;
width:215px;
overflow:hidden;
display:inline-block;
vertical-align:top;
@ -990,7 +990,7 @@ table td,table th{
padding:0;
}
.contributors div div:first-child+div{
max-width:100px;
max-width:150px;
margin:0 2px;
white-space:nowrap;
}