Skip to content

Commit ad2b992

Browse files
committed
FIX: Image max with added
1 parent 6c88cea commit ad2b992

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assets/reactjs/src/blocks/image/style.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
position: relative;
1212

1313
.qubely-image-image {
14+
max-width: 100%;
1415
margin: 0;
1516
padding: 0;
1617
display: block;
@@ -40,6 +41,7 @@
4041
right: 0;
4142
z-index: 10;
4243
line-height: normal;
44+
box-sizing: border-box;
4345
}
4446
}
4547
div.qubely-image-container {

0 commit comments

Comments
 (0)