Skip to content

Commit bb64394

Browse files
committed
fix resource data tooltip on very tiny resources
1 parent fe421c2 commit bb64394

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/public/web-components.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ class ResourcesComponent extends HTMLElement {
279279
.preview-image {
280280
position: relative;
281281
width: fit-content;
282+
min-width: 200px;
282283
}
283284
.delete-previewed-image {
284285
color: rgb(255 255 255 / 48%);

0 commit comments

Comments
 (0)