ooni.org icon indicating copy to clipboard operation
ooni.org copied to clipboard

Test-headers in the nettest page overflow the container's border (in screens up to 768px wide)

Open alsahawneh opened this issue 2 years ago • 1 comments

Screenshot 2022-04-21 at 18-56-06 Nettest

alsahawneh avatar Apr 21 '22 21:04 alsahawneh

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.

alsahawneh avatar Apr 22 '22 08:04 alsahawneh