feat(SW-200): Fixed image sizes for RTE
This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
.image {
|
||||
max-width: 100%;
|
||||
.imageContainer {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 365px;
|
||||
object-fit: cover;
|
||||
border-radius: var(--Corner-radius-Medium);
|
||||
margin: var(--Spacing-x1) var(--Spacing-x0);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.image {
|
||||
width: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.ul,
|
||||
|
||||
Reference in New Issue
Block a user