Skip to content

Commit

Permalink
Removed the border-radius on align left
Browse files Browse the repository at this point in the history
  • Loading branch information
spoorthy madasu authored and spoorthy madasu committed Aug 24, 2024
1 parent 233927f commit 089dde9
Show file tree
Hide file tree
Showing 2 changed files with 24,120 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/KCard/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
},
thumbnailStyles: {
...thumbnailCommonStyles,
borderRadius: '8px 0 0 8px',
borderRadius: '0 0 0 0',
},
};
}
Expand Down
Loading

0 comments on commit 089dde9

Please sign in to comment.