fix(item): remove line break in Items label in location view (#975)

fix: prevent items word wrapped in firefox

Signed-off-by: lekaf974 <matthieu.evrin@gmail.com>
This commit is contained in:
Matthieu Evrin
2025-09-01 17:52:14 -04:00
committed by GitHub
parent 52a6a31098
commit 790352da34
3 changed files with 29 additions and 33 deletions

View File

@@ -30,7 +30,7 @@
<template>
<section>
<BaseSectionHeader class="mb-2 mt-4 flex items-center justify-between">
<div class="flex gap-2">
<div class="flex gap-2 text-nowrap">
{{ $t("components.item.view.selectable.items") }}
<Badge>
{{ items.length }}