Merge pull request #22548 from Arhell/fix-table
fix image display in firefox browser
This commit is contained in:
@@ -91,6 +91,7 @@ $feature-box-div-width: 45%;
|
|||||||
max-width: 25%;
|
max-width: 25%;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:nth-child(odd) {
|
&:nth-child(odd) {
|
||||||
@@ -98,6 +99,7 @@ $feature-box-div-width: 45%;
|
|||||||
|
|
||||||
.image-wrapper {
|
.image-wrapper {
|
||||||
right: 0;
|
right: 0;
|
||||||
|
text-align: right;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -106,6 +108,7 @@ $feature-box-div-width: 45%;
|
|||||||
|
|
||||||
.image-wrapper {
|
.image-wrapper {
|
||||||
left: 0;
|
left: 0;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user