Code cleaning

This commit is contained in:
Porras-Bernardez 2024-08-28 14:34:46 +02:00
parent 9ad4037c74
commit 6fb7ad0e93
3 changed files with 4 additions and 24 deletions

View file

@ -5,7 +5,6 @@
<span>{{ categoryAlias + ": " }}</span>
<!-- <a v-if="filterItems && filterItems.length > 0" class="gsaterm">{{ filterItems.join(" | ") }}</a> -->
<a v-if="filterItems && filterItems.length > 0" class="gsaterm">{{ filterItemsAlias(categoryAlias) }}</a>
</label>
</div>
</template>
@ -44,6 +43,7 @@ input[type="checkbox"].css-checkbox {
}
input[type="checkbox"].css-checkbox + label.css-label {
text-transform: capitalize;
padding-left: 25px;
/* height: 24px;
display: inline-block; */