mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Fix inconsistent margins and line breaks in contributors list
This commit is contained in:
parent
5f2d32d134
commit
bec898f641
4 changed files with 32 additions and 9 deletions
|
@ -972,17 +972,28 @@ table td,table th{
|
|||
.contributors{
|
||||
width:890px;
|
||||
text-align:left;
|
||||
}
|
||||
.contributors span a{
|
||||
font-size:80%;
|
||||
}
|
||||
.contributors span{
|
||||
.contributors img{
|
||||
width:16px;
|
||||
height:16px;
|
||||
}
|
||||
.contributors div{
|
||||
padding:8px 0;
|
||||
width:170px;
|
||||
overflow:hidden;
|
||||
display:inline-block;
|
||||
vertical-align:top;
|
||||
}
|
||||
.contributors div div{
|
||||
width:auto;
|
||||
padding:0;
|
||||
}
|
||||
.contributors div div:first-child+div{
|
||||
max-width:100px;
|
||||
margin:0 2px;
|
||||
white-space:nowrap;
|
||||
}
|
||||
|
||||
.resources{
|
||||
text-align:left;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue