Code cleaning
This commit is contained in:
parent
9ad4037c74
commit
6fb7ad0e93
3 changed files with 4 additions and 24 deletions
|
@ -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; */
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue