[Fix] Individual contributor graph
When the project has only one contributor, the individual contribution graph is cropped because the container with the id 'contributors' is not taking the full width
This commit is contained in:
parent
8d2e1b724b
commit
89a2985e4d
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@
|
|||
}
|
||||
|
||||
#contributors {
|
||||
flex: 1;
|
||||
|
||||
.contributors-list {
|
||||
margin: 0 0 10px;
|
||||
list-style: none;
|
||||
|
|
Loading…
Reference in a new issue