fix: layout

This commit is contained in:
hypercross 2026-03-01 14:39:29 +08:00
parent 306a46b62b
commit e891193832
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ export const TrackerView: Component<TrackerViewProps> = (props) => {
<div class="border border-gray-200 rounded-lg p-2 bg-gray-50">
{/* 第一行tag#id.class + 操作按钮 */}
<div class="flex items-center justify-between">
<div class="flex items-center gap-2 flex-1 min-w-0">
<div class="flex flex-wrap items-center gap-2 flex-1 min-w-0">
<button
class="font-bold text-gray-800 whitespace-nowrap hover:text-blue-600 hover:underline cursor-pointer transition-colors"
title="点击编辑属性"