Skip to content

Commit e04ee85

Browse files
Fixed Preview button being cropped
1 parent 179502b commit e04ee85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/css/components/search-result-item.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
width: 100%;
127127
margin: 10px 10px 0 5px;
128128
text-align: center;
129-
overflow: hidden;
129+
overflow: visible;
130130
img {
131131
border-radius: 4px;
132132
max-width: 100%;

0 commit comments

Comments
 (0)