mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-18 02:41:23 +00:00
Adding some space after the Heading for Posts
This commit is contained in:
parent
80e076fc86
commit
c8634f1a10
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user