Merge pull request #3168 from dimitrov-adrian/tags-arrow-valign

Fix custom tags arrow vertical alignment
This commit is contained in:
Rijk van Zanten
2020-11-23 09:39:29 -05:00
committed by GitHub

View File

@@ -24,7 +24,7 @@
</v-chip>
</span>
<span v-if="customVals.length > 0 && allowCustom" class="custom tag-container">
<v-icon v-if="presetVals.length > 0" name="chevron_right" />
<v-icon class="custom-tags-delimeter" v-if="presetVals.length > 0" name="chevron_right" />
<v-chip
v-for="val in customVals"
:key="val"
@@ -200,6 +200,7 @@ export default defineComponent({
display: contents;
}
.custom-tags-delimeter,
.tag {
margin-top: 8px;
margin-right: 8px;