Skip to content

Commit 22724e6

Browse files
author
tong.hau
committed
style(thumbnail card): apply important on thumbnail to prevent styling overriden
1 parent 8ac3555 commit 22724e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/ThumbnailCard/thumbnail-card.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
}
3333

3434
slot[name="thumbnail"]::slotted(*) {
35-
min-width: 64px;
36-
max-width: 128px;
37-
height: 64px;
35+
min-width: 64px !important;
36+
max-width: 128px !important;
37+
height: 64px !important;
3838
object-fit: contain;
3939
object-position: left;
4040
}

0 commit comments

Comments
 (0)