fix for image overlapping outside borders

This commit is contained in:
Kibi Kelburton 2022-05-18 21:49:59 +02:00
parent a106a31c47
commit 7f5ef839cc

View File

@ -1705,8 +1705,8 @@ span.placeholder {
.embed-responsive-image { .embed-responsive-image {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 2px;
right: 0; right: 2px;
width: auto; width: auto;
height: 100%; height: 100%;
box-sizing: content-box; box-sizing: content-box;