mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-25 14:59:21 +01:00
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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user