fix for image overlapping outside borders

This commit is contained in:
Kibi Kelburton 2022-05-18 21:49:59 +02:00 committed by schrumpel
parent 6d795652a7
commit 522d4903ba

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;