Prevent the icon from being squished

This commit is contained in:
pa
2026-01-25 15:54:57 +09:00
parent 9cecb6a45a
commit ddd191e332
2 changed files with 7 additions and 5 deletions

View File

@@ -49,7 +49,9 @@
:traveling="currentUser.$travelingToLocation"
:link="false" />
<span v-else class="extra block truncate text-xs">{{ currentUser.statusDescription }}</span>
<span v-else class="extra block truncate text-xs">{{
currentUser.statusDescription
}}</span>
</div>
</div>
</template>