fix right sidebar overllaping build section in merge request

This commit is contained in:
Arinde Eniola 2016-03-27 16:15:07 +01:00
parent c1834664a7
commit feee6dab10

View file

@ -230,3 +230,9 @@
}
}
}
.builds {
.table-holder {
overflow-x: scroll;
}
}