feat: adds title attribute to ThumbnailCard (#2368)
This commit is contained in:
@@ -44,6 +44,7 @@ export const ThumbnailCard: React.FC<Props> = (props) => {
|
||||
|
||||
return (
|
||||
<div
|
||||
title={title}
|
||||
className={classes}
|
||||
onClick={typeof onClick === 'function' ? onClick : undefined}
|
||||
onKeyDown={typeof onKeyDown === 'function' ? onKeyDown : undefined}
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
&__block {
|
||||
margin: base(0.5);
|
||||
width: calc(12.5% - #{base(1)});
|
||||
width: calc((100% / 6) - #{base(1)});
|
||||
}
|
||||
|
||||
&__default-image {
|
||||
|
||||
Reference in New Issue
Block a user