ooni.org
ooni.org copied to clipboard
Test-headers in the nettest page overflow the container's border (in screens up to 768px wide)
I keep getting a 403 error whenever I try to push my fix, however, adding these lines to master.css
will fix this issue:
@media (max-width:768px) {
.question-container {
min-width:230px;
}
}
I'm not familiar with Bootstrap, so I don't rightly know whether there is a solution using Bootstrap itself.