Skip to content
Snippets Groups Projects
Commit 0fc7cfc9 authored by Theresia Rupprecht's avatar Theresia Rupprecht Committed by Petar Hristov
Browse files

Update: stretchedLink (coscine/issues#1659)

parent 7354ee88
No related branches found
No related tags found
2 merge requests!48Sprint/2021 22,!47Issue/1659 make view cards a link
......@@ -32,6 +32,7 @@
<div class="col">
<h6 v-b-tooltip.hover.bottom="displayName">{{ displayName }}</h6>
</div>
<a v-bind:href=this.cardLink class="stretched-link" ></a>
</b-row>
</b-card>
</template>
......@@ -126,6 +127,8 @@ export default Vue.extend({
min-width: 3em;
max-width: 3em;
width: 3em;
z-index: 3;
position: relative;
}
.card.coscine_card:hover .icon_bar {
visibility: visible;
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment