Skip to content

Commit 497c005

Browse files
authored
Update publications.ejs
1 parent 64a765a commit 497c005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/publications.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ for (const item of items) {
4343
<span class="text-muted text-right" style="font-size:0.95em; white-space:nowrap;"><em><a href="<%= doiurl %>" target="_blank" ><%= doiurl %></a></em></span>
4444
</div>
4545
<div class="btn-group btn-group-sm" role="group" aria-label="Article actions">
46-
<a href="<%= doiurl %>" data-toggle="modal" data-target="#articleModal" class="btn btn-outline-secondary btn-sm">Preview</a>
46+
<a href="<%= doiurl %>" data-toggle="modal" data-target="#articleModal" class="btn btn-outline-secondary btn-sm" style="padding:0.2em 0.6em;">Preview</a>
4747
<!-- <% if (item["abstract'" ] && item["abstract'"].trim()) { %>
4848
<button type="button" class="btn btn-outline-secondary btn-sm" data-toggle="modal" data-target="#abstractModal" data-abstract="<%- item["abstract'"].replace(/"/g, '&quot;') %>" data-title="<%- item.title.replace(/"/g, '&quot;') %>" style="padding:0.2em 0.6em;">ABS</button>
4949
<% } %> -->
@@ -171,4 +171,4 @@ document.addEventListener("DOMContentLoaded", function() {
171171
setTimeout(scrollToAnchor, 400);
172172
});
173173
</script>
174-
```
174+
```

0 commit comments

Comments
 (0)