diff --git a/frontend/src/components/enrichment/PathwaySet.vue b/frontend/src/components/enrichment/PathwaySet.vue index 4f5783e9..741abc41 100644 --- a/frontend/src/components/enrichment/PathwaySet.vue +++ b/frontend/src/components/enrichment/PathwaySet.vue @@ -23,7 +23,7 @@
- {{entry.name}} + ({{entry.terms.length}})
@@ -163,21 +163,31 @@ export default { display: -webkit-flex; } - .pathway-text{ - width: 92%; + #pathways-set .pathway-text{ + width: 80%; + display: flex; align-items: center; white-space: nowrap; overflow: hidden; /* Hide overflow content */ text-overflow: ellipsis; margin-left: 2%; } - .pathway-text span{ + #pathways-set .pathway-text input[type=text] { + width: 100%; + font-size: 0.85vw; + background: none; + color: white; + cursor: default; + font-family: 'ABeeZee', sans-serif; + border: none; + } + #pathways-set .pathway-text span{ font-size: 0.7vw; margin-left: 4%; color: rgba(255, 255, 255, 0.7); } - .pathway-text a { + #pathways-set .pathway-text a { cursor: default; }