img-thumbnail border: 0 not working in Safari

Viewed 4

I have a simple image showing with borders:

<img src="./assets/construction.png" alt="..." class="img-thumbnail">

problem is, that I would like to remove the border - I tried:

.img-thumbnail {
  border: 0;
}

And it works, in Chrome but not Safari?

0 Answers
Related