Skip to content
Snippets Groups Projects
Commit 49af31ac authored by Muhammad Arsalan's avatar Muhammad Arsalan
Browse files

:rotating_light: Fix linting

parent a51add5b
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@
></h4>
</NuxtLink>
</v-card-title>
<!-- Card body display if SVG structure exists -->
<!-- Card body display if SVG structure exists -->
<v-row style="flex: 1" v-if="result._source.default_structure">
<v-col
cols="4"
......@@ -55,9 +55,7 @@
</v-col>
<v-col cols="8">
<v-card-text>
<div
class="text-overflow-adjust"
>
<div class="text-overflow-adjust">
<b>CHEBI:{{ result._id }} </b><br />
</div>
<div class="text-overflow-adjust">
......@@ -86,13 +84,12 @@
>
<b>Charge: </b>{{ result._source.charge }}<br />
</div>
</div>
</v-card-text>
</v-col>
</v-row>
<!-- Card body display if structure does not exist (show definition instead)-->
<!-- Card body display if structure does not exist (show definition instead) -->
<v-row style="flex: 1" v-else>
<v-col
cols="12"
......@@ -104,9 +101,7 @@
"
>
<v-card-text>
<div
class="text-overflow-adjust"
>
<div class="text-overflow-adjust">
<b>CHEBI:{{ result._id }} </b><br />
</div>
<div class="text-overflow-adjust">
......@@ -135,7 +130,6 @@
>
<b>Charge: </b>{{ result._source.charge }}<br />
</div>
</div>
<div class="" v-if="result._source.definition">
<b>Definition: </b>{{ result._source.definition }}
......
......@@ -18,14 +18,14 @@
>Chemical Biology</NuxtLink
>
</p>
<h2 class="vf-hero__heading" style="max-width: none">
ChEBI
</h2>
<h2 class="vf-hero__heading" style="max-width: none">ChEBI</h2>
<p class="vf-hero__subheading" style="max-width: 60ch">
<span class="chebi-blue-font">Ch</span>emical
<span class="chebi-blue-font">E</span>ntities of
<span class="chebi-blue-font">B</span>iological
<span class="chebi-blue-font">I</span>nterest (ChEBI) is a freely available dictionary of molecular entities focused on ‘small’ chemical compounds
<span class="chebi-blue-font">I</span>nterest (ChEBI) is a freely
available dictionary of molecular entities focused on ‘small’ chemical
compounds
</p>
<form
......
<template>
<v-container>
<!-- <v-alert class="pa-2 px-6">-->
<!-- Search Results for "{{ searchQuery }}"-->
<!-- </v-alert>-->
<!-- <v-alert class="pa-2 px-6">-->
<!-- Search Results for "{{ searchQuery }}"-->
<!-- </v-alert>-->
<SearchResultsList :results="results" />
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment