Skip to content

Commit c6563c3

Browse files
committed
fix: fix codename
1 parent 505c539 commit c6563c3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

components/OneChangelog.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
:to="`#${getHash(version)}`"
9595
>
9696
{{ version }}
97-
<small v-if="emoji && name">{{ emoji }}<span class="codename-text"> {{ name }}</span></small>
97+
<small v-if="emoji && name">{{ emoji }}<span class="codename-text">{{ ` ${name}` }}</span></small>
9898
<time
9999
v-if="date"
100100
:datetime="date"
@@ -483,6 +483,9 @@ h2
483483
.pagination
484484
margin-top 36px
485485
486+
.codename-text
487+
white-space pre
488+
486489
@media (max-width 480px)
487490
.types >>> .veui-checkbox-group-items
488491
display flex

0 commit comments

Comments
 (0)