You've already forked AstralRinth
Beta #30
@@ -220,7 +220,7 @@
|
||||
v-if="collection.description"
|
||||
:title="formatMessage(commonMessages.descriptionLabel)"
|
||||
>
|
||||
<p class="m-0">{{ collection.description }}</p>
|
||||
<p class="m-0 break-words">{{ collection.description }}</p>
|
||||
</SidebarCard>
|
||||
<SidebarCard
|
||||
v-if="collection.id !== 'following'"
|
||||
|
||||
@@ -202,6 +202,8 @@ const orderedCollections = computed(() => {
|
||||
.description {
|
||||
color: var(--color-secondary);
|
||||
font-size: var(--font-size-sm);
|
||||
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.stat-bar {
|
||||
|
||||
Reference in New Issue
Block a user