Adding some space after the Heading for Posts

This commit is contained in:
Moriz Wahl 2019-12-12 11:34:00 +01:00
parent 80e076fc86
commit c8634f1a10

View File

@ -58,7 +58,7 @@
</ds-flex-item>
</ds-flex>
<ds-flex v-if="option.__typename === 'Post'">
<ds-flex-item class="search-option-label">
<ds-flex-item class="search-option-label" :class="{'extra-space': isFirstOfType(option)}">
<ds-text>{{ option.title | truncate(70) }}</ds-text>
</ds-flex-item>
<ds-flex-item class="search-option-meta" width="280px">