You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
The
chonky-fileThumbnail
class has the css valuebackground-size
set tocontain
, in some case we might want to have this value set tocover
to take the full space available.However, setting the following css
Does not seems to work even, when importing after the chunky css.
The text was updated successfully, but these errors were encountered: