fix for image overlapping outside borders
This commit is contained in:
parent
6d795652a7
commit
522d4903ba
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user