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 {
position: absolute;
top: 0;
left: 0;
right: 0;
left: 2px;
right: 2px;
width: auto;
height: 100%;
box-sizing: content-box;