[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:
Menna Elkashef 2018-12-15 23:51:02 +02:00
parent 8d2e1b724b
commit 89a2985e4d

View file

@ -25,6 +25,8 @@
}
#contributors {
flex: 1;
.contributors-list {
margin: 0 0 10px;
list-style: none;