mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Merge pull request #3168 from dimitrov-adrian/tags-arrow-valign
Fix custom tags arrow vertical alignment
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user