[UI] Fix blog card thumbnail alignment in list viewfix: improve blog card thumbnail alignment in list view#7745
Conversation
Signed-off-by: Saanvim11 <saanvimoolchandani01@gmail.com>
|
🚨 Alert! Git Police! We couldn’t help but notice that one or more of your commits is missing a sign-off. A what? A commit sign-off (your email address). To amend the commits in this PR with your signoff using the instructions provided in the DCO check. To configure your dev environment to automatically signoff on your commits in the future, see these instructions.
|
rishiraj38
left a comment
There was a problem hiding this comment.
@Saanvim11 The DCO check is failing. Also, we already have a prop specifically handling the list view, so why are we adding object-fit properties again here?
I believe these changes might end up affecting the grid view as well.
|
🚀 Preview deployment: https://layer5.io/pr-preview/pr-7745/
|
|
@Saanvim11 Please make a signed commit using |
rishiraj38
left a comment
There was a problem hiding this comment.
Please apply the changes requested.
Co-authored-by: Rishi Raj <180109771+rishiraj38@users.noreply.github.com> Signed-off-by: Saanvim11 <saanvimoolchandani01@gmail.com>
|
@saurabhraghuvanshii @Rajesh-Nagarajan-11 Please take a look. Apart from the DCO, everything else looks good to me. |
|
@Saanvim11 Kindly sign off your commits please |
Description
This PR fixes inconsistent blog card thumbnail alignment in list view.
Changes
object-fit: containwithobject-fit: coverThis addresses the layout inconsistency discussed in #7743.