The chonky-fileThumbnail class has the css value background-size set to contain, in some case we might want to have this value set to cover to take the full space available.
However, setting the following css
.chonky-fileThumbnail {
background-size: cover;
}
Does not seems to work even, when importing after the chunky css.
The
chonky-fileThumbnailclass has the css valuebackground-sizeset tocontain, in some case we might want to have this value set tocoverto take the full space available.However, setting the following css
Does not seems to work even, when importing after the chunky css.