Merged in fix/BOOK-429-image-meeting-card (pull request #3364)
fix(BOOK-429): adjust image layout for meeting room cards * fix(BOOK-429): adjust image layout for meeting room cards Approved-by: Matilda Haneling Approved-by: Anton Gunnarsson Approved-by: Matilda Landström
This commit is contained in:
@@ -8,8 +8,14 @@
|
||||
|
||||
.image {
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
border-radius: inherit;
|
||||
}
|
||||
|
||||
.imageWrapper {
|
||||
position: relative;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
.content {
|
||||
@@ -41,7 +47,7 @@
|
||||
grid-template-columns: minmax(250px, 350px) auto;
|
||||
}
|
||||
|
||||
.image {
|
||||
.imageWrapper {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user