diff --git a/app/components/Column.tsx b/app/components/Column.tsx index 758c218..faffa8f 100644 --- a/app/components/Column.tsx +++ b/app/components/Column.tsx @@ -27,7 +27,7 @@ function ColumnElement(column: ColumnProps) { >
{column.icon && } - {title} + {title}
- - {selectedName ?? "nothing"} + <Title className="flex-1 mr-2 overflow-hidden overflow-ellipsis break-words text-slate-700 transition dark:text-slate-200"> + { selectedName ?? "nothing" }