Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
switch line break to words instead of everything
Browse files Browse the repository at this point in the history
  • Loading branch information
trobonox committed Apr 13, 2022
1 parent 1c39f48 commit e5adf0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/components/KanbanColumn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
titleEditing = true;
$nextTick(() => $refs.titleInput.focus());
"
class="ml-1 font-bold text-lg break-all"
class="ml-1 font-bold text-lg break-words"
>
{{ titleNew }}
</h1>
Expand All @@ -33,7 +33,7 @@
border-2 border-emerald-600 border-dotted
outline-none
rounded-sm
break-all
break-words
"
@blur="
titleEditing = false;
Expand Down

0 comments on commit e5adf0d

Please sign in to comment.