Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/web/features/operations/operations-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ function DetailDrawer({ item }: { item: BoardItem | null }) {

if (!item) {
return (
<aside className="rounded-md border border-border bg-card p-4 text-xs text-muted-foreground">
<aside className="rounded-md border border-border bg-card p-4 text-sm text-muted-foreground">
Select a work item for coordination detail. Drag cards between columns to
change status.
</aside>
Expand Down
Loading